Create API key for an organization
POST/api/v1/apikeys
Create an API key for an organization. The API key will be used to authenticate the requests to the Astro Platform API. Requires Auth0 authentication.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 429
- 500
Created API key
Validation error in request parameters
Missing or invalid Auth0 token
User does not have permission to access this resource
Organization not found
Rate limit exceeded
Internal server error