Generate Organization Apikey

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

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

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"  
}
Body Params
string
string
Responses

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json