Skip to main content
GET
TypeScript

Path Parameters

userId
string
required

The ID of the API user whose approval keys to list.

Query Parameters

pageSize
integer
default:10

Number of results per page. Maximum 15. Defaults to 10.

Required range: 1 <= x <= 15
pageCursor
string

Cursor returned from the previous response (the next field) to fetch the next page.

Response

The API user's approval keys.

The approval API keys registered for the API user.

data
object[]
required

The registered approval API keys.

Example:
next
string

Cursor for the next page of results. Pass it back as the pageCursor query param to fetch the next page. Empty or absent when this is the last page.

Example:

"cursor for the next page"