POST
/
api
/
v1
/
api-key
/
verify

Authorizations

Authorization
string
headerrequired

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

Body

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

Response

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