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