Test your webhook URL.

View as Markdown
GET /organization/subscribe/test

Test your webhook URL. You will receive a sample test event.

Responses

  • 201

    Event Triggered.

  • 401

    Unauthorized.

  • 403

    Forbidden.

  • 422

    Invalid input

  • 429

    Too many requests.

  • default

    Unexpected Error.

GET /organization/subscribe/test
curl \
 --request GET 'https://sandbox-api.canopyservicing.com/organization/subscribe/test' \
 --header "Authorization: Bearer $ACCESS_TOKEN"