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
}

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
}