POST
/
api-keys
curl --request POST \
  --url https://api.theauthapi.com/api-keys \
  --header 'Content-Type: application/json' \
  --data '{
  "name": "<string>",
  "projectId": "<string>",
  "key": "<string>",
  "customMetaData": {},
  "customAccountId": "<string>",
  "rateLimitConfigs": {},
  "customUserId": "<string>",
  "expiry": "2023-11-07T05:31:56Z",
  "clientIP": "<string>",
  "clientUserAgent": "<string>"
}'

Body

application/json
name
string
required
projectId
string
key
string
customMetaData
object
customAccountId
string
rateLimitConfigs
object
customUserId
string
expiry
string
clientIP
string
clientUserAgent
string