cURL
curl --request POST \ --url https://admin.thnks.com/api/v1/webhooks/gift_requests \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json' \ --data '{ "gift_id": 123, "recipients": [ { "email": "<string>", "first_name": "<string>", "last_name": "<string>", "message": "<string>" } ] }'
application/json
Show properties
"Hello,\nThank you"
"Hello, Thank You"