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"
}

Overview

Sends a one-off rates.test delivery to the subscription’s URL, signed exactly like a real rates.published delivery. The response tells you the HTTP status your endpoint returned, so you can confirm your receiver and signature verification work before the next publication.
Authenticate with your API key - the same Authorization: Bearer YOUR_API_KEY you use for the rest of the API. You can also manage webhooks from your dashboard.

Authorizations

Authorization
string
header
required

API key authentication using Bearer token

Path Parameters

id
string
required

Response

Test attempted