API Reference

Generate Organization Apikey

This endpoint will generate a new API key for a specific organization.

Request Body
The request should include the following parameters:

ParameterTypeDescription
organizationIdstringThe ID of the organization for which to generate the API key.
typestringThe type of API key to generate (e.g., "admin", "read-only", "write-only").

Request Example

{  
  "organizationId": "example_organization",  
  "type": "admin"  
}
Language
Authorization
Header
Click Try It! to start a request and see the response here!