External APIs for benefit types.
Returns all available benefit types.
funds-read-scopeThis request has no parameters.
Benefit types returned successfully.
Paginated REST response.
1
2
3
4
curl --request GET \
--url '/focus/v1/funds/benefit-type' \
--header 'Authorization: Bearer <access_token>' \
--header 'Accept: application/json'1
2
3
4
5
6
7
8
9
{
"values": [
{}
],
"cursor": "<string>",
"last": true,
"totalCount": 21,
"nextPageCursor": "<string>"
}Rate this page: