Retrieve applications
Retrieve all benefit applications in the location or for certain benefit.
OAuth
Required scopes:benefits.readonly or benefitsAuthorizations
See our authentication documentation for how to authorize your requests
Headers
The id of the network. Required when using bearer token authentication
Query Parameters
UUID of the benefit.
Comma-separated benefit category UUIDs, e.g. uuid1,uuid2.
Filter applications submitted on or after this date (ISO 8601). Use with createDate[lte] for a range.
Filter applications submitted on or before this date (ISO 8601). Use with createDate[gte] for a range.
UUID of the customer whose applications to list.
Maximum number of applications per page. Defaults to 25 when omitted or invalid; values above 100 are capped at 100.
1 <= x <= 100UUID of the location.
Pagination token from nextPageToken in a previous response. Keep the same filters when fetching the next page.
UUID of the user whose applications to list.