Sortly API (1.0.0)
Sortly API can be used to manage items and folders in your Sortly account. Our API is organized around REST. It returns JSON-encoded responses and uses standard HTTP response codes. This API is only available on Sortly Enterprise Plan subscription.
NOTE:
This feature is currently under beta. Please expect minor updates in the near future.
Contact dev-support@sortly.com for developer support.
Authentication to the API is performed via OAuth 2.0. Under this, you must provide your secret key as the Bearer token in the Authorization header. All requests must be made over HTTPS.
Visit: https://app.sortly.com/public-api to obtain an API access key pair for your account.
Use the secret key as the
Bearertoken.
Sortly API calls are rate limited. You can make 1000 requests per API in a 15-minute window. Rate limit information in available in the HTTP headers of the API response.
| Header | Description |
|---|---|
Sortly-Rate-Limit-Max | Maximum number of requests allowed within the 15-minute window |
Sortly-Rate-Limit-Remaining | Number of requests remaining in the current 15-minute window |
Sortly-Rate-Limit-Reset | The time at which the current rate limit window resets.(in seconds) |
Once you go over the rate limit you will receive a HTTP 429 Too Many Requests error response.