Skip to main content
POST
Test the provisioning endpoint

Authorizations

Authorization
string
header
required

API key from the Rigaly dashboard: Authorization: Bearer rgly_sk_...

Path Parameters

id
string<uuid>
required

Body

application/json

Optional override for the endpoint to test.

url
string<uri>

HTTPS URL to call instead of the reward's saved digital_webhook_url. Handy for testing a new endpoint before saving it. The reward's existing signing secret is used either way.

Maximum string length: 500
Example:

"https://staging.example.com/rigaly/provision"

Response

Test completed — check ok, not the status code

success
boolean
Example:

true

message
string
data
object

Outcome of one dry-run call. The endpoint responds HTTP 200 even when the test failed — read ok, not the status code. A failing test never creates a redemption, never moves points, and never trips the reward's circuit breaker.