CreateCredential
POST/v1/credential/create
Usage Plan
| Type | Requests | Time limit (seconds) |
|---|---|---|
| Rate | 1500 | 60 |
| Burst | 1500 | 60 |
Learn more about rate limits and usage plans in the Rate Limiting guide.
Generates a new APIJWT credential (RSA key pair) for an API service account. The returned private key is only available in this response — it is not stored server-side. Optionally restrict the credential to specific IP addresses and set an expiry. Caller must provide at least one of user_code or channel_identifier. Empty strings are invalid. If both are provided, user_code wins.
Request
Responses
- 200
- default
A successful response.
An unexpected error response.