1.0.5
API Overview
Use the Timeouts API to manage SCAPI timeouts.
You can specify individual timeout values for specific APIs. Note that you can't set timeouts at the API family level.
Authentication & Authorization
For resource access, you must use a client ID and client secret from Account Manager to request an access token. The access token is used as a bearer token and added to the Authorization header of your API request.
You must include sfcc.timeouts.rw (read-write access) or sfcc.timeouts (read-only access) in the client ID used to generate the token. For a full list of permissions, see the Authorization Scopes Catalog.
For detailed setup instructions, see the Authorization for Admin APIs guide.
Use Cases
Manage Timeouts
Use the timeouts endpoint to retrieve, set, or delete your configuration for timeouts.
Usage Notes
- Timeout configuration is set globally for the realm, not per site.
- Configure timeouts for an individual API, not an API family.
- Wildcards are not allowed.
- Max timeout value is 120 seconds.
Let us know so we can improve!