POST /account/api-keys

Create an organization key.

MethodPath
POST/v1/account/api-keys

Requires a verified GitHub administrator. Authenticate as a dashboard user or with a user token. An organization API key cannot create other keys. The secret is returned only once.

curl -X POST "https://api.ellipsis.dev/v1/account/api-keys" \
  -H "Authorization: Bearer $ELLIPSIS_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"name":"..."}'

Request

Example request body
{
"name": "string"
}

Body parameters

namestringrequired

Response

Example response · 201
{
"secret": "string"
}

On this page

No Headings
Schedule a demo