Skip to main content
POST
/
v1
/
api-keys
Create API key
curl --request POST \
  --url https://api.ringbee.dev/v1/api-keys \
  --header 'Content-Type: application/json' \
  --header 'X-API-Key: <api-key>' \
  --data '
{
  "name": "production"
}
'
{
  "key": "<string>",
  "name": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.ringbee.dev/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

X-API-Key
string
header
required

Body

application/json
name
string
Example:

"production"

Response

201 - application/json

API key created

key
string
name
string