cURL
curl --request GET \ --url https://sandbox.deck.co/api/v1/events \ --header 'x-deck-client-id: <api-key>' \ --header 'x-deck-secret: <api-key>'
{ "data": [ { "event_guid": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "webhook_type": "Link", "webhook_code": "<string>", "status_code": "Continue", "payload": "<string>", "error": "<string>", "response": "<string>", "created_on_utc": "2023-11-07T05:31:56Z" } ] }
Enter your client id
Enter your secret
OK
Show child attributes
Was this page helpful?