Skip to main content
POST
SearchDenials

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Authorization
string
header
required

This API uses OAuth2 with the Client Credential flow. Client Credentials must be sent in the BODY, not the headers. For an example of how to implement this, refer to the c1TokenSource.Token() function.

Body

application/json

SearchDenialsRequest specifies denial filters and pagination.

filters
Denial Filters · object | null

DenialFilters selects budget-denial episodes.

pageSize
integer<int32>

Maximum number of episodes to return. The default is 25 and the maximum is 100.

pageToken
string

Pagination token from a previous response with the same filters.

Response

200 - application/json

SearchDenialsResponse contains one page of denial episodes.

SearchDenialsResponse contains one page of denial episodes.

episodes
Denial Episode · object[] | null

Episodes ordered by most recent refusal, then unique ID, both descending.

nextPageToken
string

Token for the next page. Empty when no more episodes remain.