API Keys
Verify a key for a given workspace
POST
/
api
/
v1
/
api-key
/
verify
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
key
string
requiredrequestedScopes
object[]
requiredroute
string
billing
object
rateLimitConfig
object
Response
200 - application/json
apiKeyId
string
requiredexpiresAt
integer | null
requiredrequestedScopes
object[]
requiredstatus
enum<string>
requiredAvailable options:
VALID
, EXPIRED
, DISABLED
, DELETED
, RATE_LIMITED
, USAGE_LIMITED
, INVALID_SCOPES
, INVALID
rateLimit
object
metadata
object
billing
object | null
requiredexternalMeterId
string | null
requiredcustomerId
string | null
requiredscopes
object[]
required