Auth
Create API Key
Generate an API key bound to your organization
POST
Create API key
Prerequisites
You must have an Anzi user with access to the corresponding environment. If you don’t have an account and want to try Anzi’s guarantee solutions, let’s schedule a call.The returned
key is shown only once. Store it securely and use it as
X-API-KEY in your requests.Rate limit: You can create up to 5 API keys per hour.
Body
application/json
Anzi account email for the selected environment
Example:
"user@company.com"
Password assigned by Anzi for the selected environment
Example:
"your-password"
Human-friendly name for the API key. Must be 3-50 characters; allowed characters letters, numbers, spaces, hyphens, underscores and periods.
Required string length:
3 - 50Pattern:
^[a-zA-Z0-9\-_. ]+$Example:
"LMS Integration Key"
Create API key