Skip to content

Commit df33e55

Browse files
committed
add API spec for service accounts
1 parent 1cd5f5f commit df33e55

File tree

2 files changed

+581
-2
lines changed

2 files changed

+581
-2
lines changed

docs/dev/api.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ You can check the current accessibility of any Sauce Labs system on the [Sauce L
1717
## What You'll Need
1818

1919
- 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).
2122

2223
## Accessing the APIs
2324

@@ -39,6 +40,8 @@ The request examples throughout the API documentation utilize variables in place
3940

4041
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).
4142

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+
4245
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.
4346

4447
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
115118

116119
For example:
117120

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.
119122
- Incoming unauthenticated API requests have rate limits imposed against the IP addresses.
120123

121124
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

Comments
 (0)