Skip to main content
POST
/
raffles
/
checkout
/
validate
Validate checkout response
curl --request POST \
  --url https://api.sprucecollective.co.uk/raffles/checkout/validate \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '{}'
{}

Authorizations

Authorization
string
header
required

Type "Bearer" followed by a space and JWT token.

Body

application/json

Checkout response data to validate

The body is of type object.

Response

OK

The response is of type object.