Risk.Expense Check

List expense checks

Lists expense checks.

get/risk/v1/expense-checks

Query parameters

pageSizeinteger

Maximum number of instances returned.

pageTokenstring

Pointer to the requested page.

Response

A successful response.

nextPageTokenstring

Pointer to the next page.

prevPageTokenstring

Pointer to the previous page.

Example response

{
  "nextPageToken": "MA=",
  "prevPageToken": "MA=="
}

Changes

No recorded changes to this endpoint across all 9 revisions of this API.