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

Secret key (sk_live_...)

Response

OK

Response from the API health check endpoint.

status
string
required

Always "ready".

environment
string
required

Always "live".

request_id
string
required

Unique identifier for this request, useful for tracing.