Skip to main content
POST
/
api
/
webhook-subscriptions
/
{id}
/
test
Send Test Webhook
curl --request POST \
  --url https://auth.exchangeratesapi.com.au/api/webhook-subscriptions/{id}/test \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "responseStatus": 200,
  "message": "Test delivered"
}

Authorizations

Authorization
string
header
required

API key authentication using Bearer token

Path Parameters

id
string
required

Response

Test attempted