You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This endpoint will be responsible for testing that a webhook subscription is set up correctly - for use by a UI feature to support its use directly by developers.
Location
POST /subscriptions/{id}/ping (protected: yes)
Request
id - id of the webhook subscription, proviced by route
Payload
N/A
Validations
name is required.
description is optional.
url is optional.
Response
Success
200 OK
Failure
400 Bad Request
401 Authorised
403 Forbidden
404 Not Found
The text was updated successfully, but these errors were encountered:
Overview
This endpoint will be responsible for testing that a webhook subscription is set up correctly - for use by a UI feature to support its use directly by developers.
Location
POST /subscriptions/{id}/ping
(protected: yes)Request
id
- id of the webhook subscription, proviced by routePayload
Validations
name
is required.description
is optional.url
is optional.Response
Success
200 OK
Failure
400 Bad Request
401 Authorised
403 Forbidden
404 Not Found
The text was updated successfully, but these errors were encountered: