Organization
Create API key
Header Parameters
x-orion-admin-token?|
Temporary testnet bootstrap token. Required only when ORION_ADMIN_BOOTSTRAP_TOKEN is configured.
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
application/json
application/json
curl -X POST "https://example.com/v1/org/api-keys" \ -H "Content-Type: application/json" \ -d '{ "key_name": "string", "organization_name": "string", "organization_slug": "string" }'{ "api_key_id": "string", "expires_at": "2019-08-24T14:15:22Z", "key": "string", "key_prefix": "string", "organization_id": "string", "organization_reused": true, "organization_slug": "string", "scopes": [ "string" ]}