Get Subscriptions

How to get a list of subscribers

Request

curl --request GET \
  --url 'https://business-api.gett.com/v1/subscribers?businessId=[company_uuid]' \
  --header 'Accept: application/json' \
  --header 'Authorization: Bearer [Bearer]'

Response

{
        "id": "e39828ac-2c298e89cb",
        "hook_address": "https://en9uvc17edream.net",
        "event_types": ["business_report", "status_changed"],
        "business_id": "6EAAA68CF-22B50",
        "secret_id": "bf53bc73-0fd890f29c",
        "created_at": "2021-05-09T16:33:48.518548Z",
        "updated_at": "2021-05-09T16:33:48.518548Z"
    }

What’s Next