POST
/
api
/
v1
/
api-key
/
verify

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
key
string
required
requestedScopes
object[]
required
billing
object
rateLimitConfig
object
route
string

Response

200 - application/json
apiKeyId
string
required
billing
object | null
required
customerId
string | null
required
expiresAt
integer | null
required
Required range: x > 0
externalMeterId
string | null
required
requestedScopes
object[]
required
scopes
object[]
required
status
enum<string>
required
Available options:
VALID,
EXPIRED,
DISABLED,
DELETED,
RATE_LIMITED,
USAGE_LIMITED,
INVALID_SCOPES,
INVALID
metadata
object
rateLimit
object