Skip to main content
GET
Identify the authenticated API key

Autorizaciones

Authorization
string
header
requerido

Public API key presented as Authorization: Bearer rq_live_….

Respuesta

The key's organization, environment and granted scopes.

organizationId
string
requerido

Organization the key belongs to (UUID).

environment
enum<string>
requerido

Key environment: LIVE (rq_live_) or SANDBOX (rq_test_).

Opciones disponibles:
LIVE,
SANDBOX
apiKeyPrefix
string
requerido

Safe-to-log key prefix (e.g. rq_live_abcd).

Ejemplo:

"rq_live_abcd"

scopes
string[]
requerido

Scopes granted to this key.