Service Providers
get all accounts for a service provider
<Error>This endpoint is only availble with an Admin or Service Provider API key</Error>
get/ServiceProviders/{ServiceProviderSid}/Accounts
Response
account listing
Example response
[
{
"registration_hook": {
"url": "https://acme.com",
"method": "POST"
}
}
]