Test your webhook URL.

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 \
 -X GET https://sandbox-api.canopyservicing.com/organization/subscribe/test \
 -H "Authorization: Bearer $ACCESS_TOKEN"