Service Providers
list service providers
<Error>This endpoint is only availble with an Admin or Service Provider API key</Error>
get/ServiceProviders
Response
list of service providers
Example response
[
{
"registration_hook": {
"url": "https://acme.com",
"method": "POST"
}
}
]