API DocumentationWebhooks

Retrieve all webhooks

GET
/api/manufacturer/v1/webhook

Retrieves a collection of all webhooks associated with an account

Authorization

Phasio API Bearer Token
AuthorizationBearer <token>

In: header

Response Body

application/json

application/json

curl -X GET "https://example.com/api/manufacturer/v1/webhook"
[  {    "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",    "url": "string",    "type": "string",    "secret": "string"  }]
{  "error": "ORDER_NOT_FOUND",  "message": "Order not found"}