curl --request POST \
--url https://api.sprucecollective.co.uk/raffles/checkout/validate \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '{}'{}Validate the integrity of a checkout response to prevent tampering
curl --request POST \
--url https://api.sprucecollective.co.uk/raffles/checkout/validate \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '{}'{}Type "Bearer" followed by a space and JWT token.
Checkout response data to validate
The body is of type object.
OK
The response is of type object.