Skip to main content
POST
Create new API key

Authorizations

Authorization
string
header
required

Enter your API key in the format: Bearer <api_key>

Query Parameters

limit
string

Maximum number of items to return (default: 10, max: 100)

offset
string

Number of items to skip for pagination (default: 0)

Body

application/json

API key creation data

name
string
required

Name for the API key

Example:

"My API Key"

rateLimit
integer
default:1000

Rate limit in requests per hour

Required range: 1 <= x <= 10000
Example:

1000

scopes
enum<string>[]

Permissions for the API key

Available options:
export:read,
translations:read,
translations:write,
admin
Example:

Response

Successful response

The response is of type object.