You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/dev/api.md
+5-2
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,8 @@ You can check the current accessibility of any Sauce Labs system on the [Sauce L
17
17
## What You'll Need
18
18
19
19
- A Sauce Labs account ([Log in](https://accounts.saucelabs.com/am/XUI/#login/) or sign up for a [free trial license](https://saucelabs.com/sign-up))
20
-
- Your Sauce Labs [Username and Access Key](https://app.saucelabs.com/user-settings)
20
+
-[Username and access key](https://app.saucelabs.com/user-settings) of your Sauce Labs user account.
21
+
- Alternatively, you can use the credentials of a [service account](/basics/acct-team-mgmt/managing-service-accounts). The username and access key for a service account are provided during [its creation](/basics/acct-team-mgmt/managing-service-accounts/#creating-a-service-account).
21
22
22
23
## Accessing the APIs
23
24
@@ -39,6 +40,8 @@ The request examples throughout the API documentation utilize variables in place
39
40
40
41
The Sauce Labs API uses API keys to authenticate requests. You can view and manage your API key under your [Sauce Labs User Settings](https://app.saucelabs.com/user-settings).
41
42
43
+
Alternatively, you can use the username and access key of a [service account](/basics/acct-team-mgmt/managing-service-accounts) to authenticate API requests. Service account credentials are generated during [account creation](/basics/acct-team-mgmt/managing-service-accounts/#creating-a-service-account).
44
+
42
45
Authentication to the API is performed via [HTTP Basic Auth](http://en.wikipedia.org/wiki/Basic_access_authentication). Provide your username and API key as the basic auth username and password values, respectively. All requests must be made over HTTPS. Calls made over HTTP or without proper authentication will fail.
43
46
44
47
You can provide your authentication credentials as inline parameters of your request or using a Basic Header.
@@ -115,7 +118,7 @@ The Sauce Labs REST API places rate limits on some endpoints in order to prevent
115
118
116
119
For example:
117
120
118
-
- Incoming authenticated API requests have rate limits imposed against the individual user accounts.
121
+
- Incoming authenticated API requests have rate limits imposed against the individual account.
119
122
- Incoming unauthenticated API requests have rate limits imposed against the IP addresses.
120
123
121
124
Requests received after the rate limit is reached return a [429 response code](https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/429#:~:text=The%20HTTP%20429%20Too%20Many,before%20making%20a%20new%20request) indicating that the number of allowable requests has been exceeded.
0 commit comments