cURL
curl --request POST \ --url https://sandbox-api.sandbox.lemmax.com/notifications/v1/subscriptions/{id}/test \ --header 'Authorization: Bearer <token>'
{ "error": { "reason": "Bad Request", "status": 400, "message": "invalid params" } }
Post a test webhook to the webhook subscription with specific ID.
access_token returned by the /auth/v1/oauth2/tokens API call.
access_token
/auth/v1/oauth2/tokens
ID of the webhook subscription.
36
^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$
OK