Learn how to use the Shiftkeeper API
x-api-key
header with your API key.
Go to Settings > API Keys to generate your API key.
content-type: application/json
header in your requests.
2xx
HTTP status codes indicate success, 4xx
codes indicate client errors and 5xx
indicate errors originating from Shiftkeeper servers.
Check out the Errors page for a detailed list of errors.
Header | Description |
---|---|
x-ratelimit-limit | Maximum number of requests allowed within a time window |
x-ratelimit-remaining | Number of requests remaining in the current time window |
x-ratelimit-reset | Time in seconds until the rate limit window resets |
retry-after | Time in seconds you need to wait before making another request (only present when rate limits are exceeded) |