Auth

List API keys

Lists the API keys of an organization. Keys are organization credentials; without organizationId the active organization is used.

get/v1/auth/keys

Query parameters

organizationIdstring

Organization whose keys to list. Defaults to the active organization.

limitinteger required

Page size, between 1 and 100.

cursorstring

Opaque cursor from the previous page’s pagination.nextCursor.

Response

API keys belonging to the organization.

successtrue required

Changes

No recorded changes to this endpoint across all 1 revision of this API.