cURL
curl --request GET \ --url https://api.deck.co/v2/test \ --header 'Authorization: Bearer <token>'
{ "status": "<string>", "environment": "<string>", "request_id": "<string>" }
Clerk JWT, client credential JWT, or secret key (sk_live_...)
OK
Response from the API health check endpoint.
Always "ready".
Key environment — "live" or "test".
Unique identifier for this request, useful for tracing.
Was this page helpful?