API key info

GET /api/v1/info any API key

Returns the identity of the calling API key. Useful as the first call of an integration to confirm the key is being recognized and to see which scopes it carries.

Try it GET /api/v1/info
response

Not run yet. Press Run to make a live call against https://service.rip.fun (through this demo's server-side proxy; the API key never reaches the browser).

curl (tracks the inputs above)
curl -X GET 'https://service.rip.fun/api/v1/info' \
  -H 'X-API-Key: rip_…'

Response fields (data)

FieldDescription
nameKey display name
scopesScopes granted to this key, e.g. read:inventory, write:transfer
idKey id (the activity log is scoped to this)

Errors

StatusCodeWhen
401invalid keyX-API-Key missing or unknown

See Errors for the response envelope and the full code list.