List Api Keys

Authentication

AuthorizationBearer
Your RRay API key.

Query parameters

modeenum or nullOptional
Allowed values:
revokedboolean or nullOptional
limitintegerOptional1-100Defaults to 20

Rows per page (1–100, default 20).

cursorstring or nullOptional
Opaque pagination token. Omit for the first page (newest rows first). To page, copy `pagination.next_cursor` (older rows) or `pagination.prev_cursor` (newer rows) from the previous response into this parameter — do not build it yourself: the walk direction and the active filter set are encoded in the token, and reusing a cursor with a different filter set is rejected (`validation.cursor_filters_mismatch`).

Response

Successful Response
datalist of objects
paginationobject

total/total_capped are present on the entry page only (no COUNT is executed while walking cursors).

objectstringOptionalDefaults to list

Errors

400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
422
Unprocessable Entity Error
429
Too Many Requests Error
500
Internal Server Error