cURL
curl --request GET \ --url https://sandbox-revo-api.raliopay.com/api/v1/reference/activities
{ "activities": [ { "active": true, "id": 1, "name": "Sales", "slug": "SALES_MANAGER" } ], "pagination": { "next": "<string>", "numPages": 123, "page": 123, "pageSize": 123, "previous": "<string>", "total": 123 } }
Get a paginated list of all active activities. Names are returned in English by default. Set Accept-Language header to βesβ for Spanish names.
Language preference (es for Spanish, default: English)
Page number
Page size
x <= 100
OK
Show child attributes