Skip to main content
GET
/
access
/
verify
/
{accessKey}
curl -X GET "https://config.gms.ensync.cloud/v1/access/verify/ensk_prod_xxxxx" \
  -H "X-API-KEY: your-api-key"
{
  "status": true
}

Documentation Index

Fetch the complete documentation index at: https://docs.ensync.cloud/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

accessKey
string
required
The access key to verify

Response

status
boolean
true if the access key is valid, false otherwise
curl -X GET "https://config.gms.ensync.cloud/v1/access/verify/ensk_prod_xxxxx" \
  -H "X-API-KEY: your-api-key"
{
  "status": true
}