GET - Subscriptions
In order to see all subscriptions your organization is currently subscribed to, we have provided the GET all subscriptions option via this endpoint. This will return a list of all subscriptions that are setup for your organization.
HTTP Verb: GET
URI: https://webhooks.services.10-4.com/api/subscription
Authentication: Webhook Bearer Token
Sample Response:
{
"data": [
{
"subscriptionId": 139,
"organizationGuid": "{{GUID}}",
"linkBaseName": "https://uat.10-4.com",
"eventType": "Stop.Arrived",
"createdDate": "2019-03-26T02:31:38+00:00",
"callbackUrl": "https://www.mytestsite25.com",
"callbackAuthenticationToken": "tokenTest",
"updatedByUserGuid": "{{GUID}}",
"adminEmailAddress": "[email protected]"
}
],
"messages": [],
"totalPossibleCount": 1
}
Updated about 2 months ago