API Keys
Create an API key
Creates a new API key for the specified organization. The secret is only returned once in the response and cannot be retrieved later.
post/v1beta/api-keys
Request body
Response
Success
Example response
{
"api_key": {
"id": "key_01jd4h5mck9gq6zrp8bn2t4w3x",
"key_prefix": "ffy_prod_01jd4h5...",
"name": "Production",
"organization_id": "org_01h2xcejqtf2nbrexx3vqjhp41"
},
"secret": "ffy_prod_01h2xcejqtf2nbrexx3vqjhp41KJ8f3mNpQrStUvWxYz0123456789ABCDEFGHIJKLmNo"
}