v1
latestOpenAPI 3.1.02026-07-136388308.2 KBProfile Management
Get service Fees and info
This endpoint returns an array of the services and fees associated with them. You will need to enable PERM_BUSINESS_GET_SERVICES to use this endpoint.
get/v2/services
Response
An object of services information
Example response
[
{
"currency": {
"code": "EUR",
"description": "Euro"
},
"feeRule": {
"feeRuleId": 25816,
"fixedAmount": 29
}
}
]