v1

latestOpenAPI 3.1.02026-07-24320172.9 KB

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

idstring
entityTypestring
notificationTostring
notificationTypestring

Example response

[
  {
    "id": "20fb343d-32b1-42f5-bc1b-46f66c446e2d",
    "entityType": "Payment",
    "notificationTo": "https://www.teste.com.br",
    "notificationType": "Webhook"
  }
]