Skip to main content
GET
/
api
/
v1
/
ping
Authenticated ping
curl --request GET \
  --url https://api-atlaswork.vercel.app/api/v1/ping \
  --header 'Authorization: Bearer <token>'
{
  "pong": true
}

Authorizations

Authorization
string
header
required

Organization API key (format atlas_sk_...), passed as a bearer token or the x-api-key header. Created and revoked in the dashboard (Better Auth api-key plugin); shown in full only once and stored hashed.

Response

API key accepted

pong
enum<boolean>
required
Available options:
true