Skip to main content
POST
/
access-keys
cURL
curl --request POST \
  --url https://api.theauthapi.com/access-keys \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '
{
  "name": "<string>",
  "rateLimit": 123,
  "rateLimitTtl": 123,
  "accountId": "<string>",
  "projectId": "<string>"
}
'

Authorizations

x-api-key
string
header
required

Body

application/json
name
string
required
rateLimit
number
rateLimitTtl
number
accountId
string
projectId
string

Response

201 - undefined