Check Subscriptions by Account
get/callback/v2.0/subscription/accounts/{accountId}
Path parameters
versionstring required
The current version of BaaSiC API
accountIdstring required
Target callback account identification
Headers
Authorizationstring required
The personal authentication token obtained by each user from the token authentication endpoint
Response
200
Example response
[
{
"id": "20fb343d-32b1-42f5-bc1b-46f66c446e2d",
"entityType": "Payment",
"notificationTo": "https://www.teste.com.br",
"notificationType": "Webhook"
}
]Changes
No recorded changes to this endpoint across all 1 revision of this API.