cURL
curl --request POST \ --url https://api.example.com/api/v1/webhooks/endpoints/{endpoint_id}/test \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "event_type": "workout.created" } '
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>" } ] }
The access token received from the authorization server in the OAuth 2.0 flow.
Event type to include in the test payload.
Successful Response
Was this page helpful?