/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.
GET /api/v1/info 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 -X GET 'https://service.rip.fun/api/v1/info' \ -H 'X-API-Key: rip_…'
data)| Field | Description |
|---|---|
name | Key display name |
scopes | Scopes granted to this key, e.g. read:inventory, write:transfer |
id | Key id (the activity log is scoped to this) |
| Status | Code | When |
|---|---|---|
| 401 | invalid key | X-API-Key missing or unknown |
See Errors for the response envelope and the full code list.