Authentication
Create a scoped API token
Optional idempotency key. Reuse the same key only for an identical request; successful responses are replayable for 24 hours.
post/tokens
Headers
Idempotency-Keystring
Optional idempotency key. Reuse the same key only for an identical request; successful responses are replayable for 24 hours.
Response
Created API token, including the one-time secret.
Changes
Changed in 2 of the 5 revisions of this API.3
- ○
added the non-success response with the status
400response-non-success-status-added
- ○
added the non-success response with the status
403response-non-success-status-added
- ○
- ○
endpoint added
endpoint-added
- ○