List pending applications
Get the list of your platform’s applications that are still being reviewed (for example, requests to switch on a new product or service). The list is split into pages. By default it shows only applications that are not yet finished ([‘pending’, ‘under_review’, ‘requires_changes’]). You can view applications here but not change them — approving or rejecting them is handled by Finogate’s review team.
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Query Parameters
Show only applications handled by this partner.
64Show only applications of this type.
64Show only applications in these states. Add this more than once to include several states.
Show only applications whose reference number contains this text.
Show only applications created on or after this date and time.
Show only applications created on or before this date and time.
How many applications to return per page (1 to 200).
1 <= x <= 200How many applications to skip before this page starts.
x >= 0Response
Successful Response
Standard response wrapper for list responses.
Declare ListResponse[list[SomeModel]] to render the real data
array schema in OpenAPI/Swagger; a bare ListResponse leaves data
untyped.
HTTP status code for the response.
Payload or error details.
UTC timestamp (milliseconds since epoch) when response was generated.
Total rows matching the request filters (not just this page).
x >= 0Page size used for this response. Null for cursor-paginated endpoints.
x >= 11-indexed page number for this response. Null for cursor-paginated endpoints.
x >= 1Total number of pages given the current limit. Null for cursor-paginated endpoints.
x >= 0Cursor for the next page, if available.

