List Downloadables
Intent
Reads the available downloadables as a pageable collection without changing them.
When to call it
Call this when an interface, sync, or support workflow needs to inspect downloadables. Use the filters and paging controls shown below to limit the result.
Access boundary
Authorize the request with a token that carries customer_portal:read or customer_portal:write.
Successful result
A successful request returns 200. The response schema below defines the body your integration receives.
Operational notes
Scopes: customer_portal:read customer_portal:write
Authorizations
Customer session tokens are specific tokens that are used to authenticate customers on your organization. You can create those sessions programmatically using the Create Customer Session endpoint.
Query Parameters
Filter by benefit ID. The benefit ID.
Page number, defaults to 1.
Size of a page, defaults to 10. Maximum is 100.