Create API key
Creates a new API key for the authenticated organization. The response includes the full raw_key — this is the only time it is returned, so store it securely.
POST
JavaScript
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
Human-readable name for the key.
Required string length:
1 - 255JavaScript