cURL
curl --request GET \ --url https://api.deck.co/v2/event-destinations/{destination_id} \ --header 'Authorization: Bearer <token>'
{ "id": "<string>", "name": "<string>", "status": "<string>", "type": "<string>", "events": [ "<string>" ], "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z", "object": "<string>", "request_id": "<string>" }
Clerk JWT, client credential JWT, or secret key (sk_live_...)
OK
Was this page helpful?