Skip to main content
GET
/
test
cURL
curl --request GET \
  --url https://api.deck.co/v2/test \
  --header 'Authorization: Bearer <token>'
{
  "status": "<string>",
  "environment": "<string>",
  "request_id": "<string>"
}

Authorizations

Authorization
string
header
required

Clerk JWT, client credential JWT, or secret key (sk_live_...)

Response

OK

Response from the API health check endpoint.

status
string
required

Always "ready".

environment
string
required

Key environment — "live" or "test".

request_id
string
required

Unique identifier for this request, useful for tracing.