cURL
curl --request GET \ --url https://api.deck.co/v2/event-types \ --header 'Authorization: Bearer <token>'
{ "data": [ { "type": "<string>", "description": "<string>" } ], "request_id": "<string>" }
Clerk JWT, client credential JWT, or secret key (sk_live_...)
OK
Show child attributes
Was this page helpful?