GET /entities

Returns all entities linked to this integration.

Response 200

{
  "status": "success",
  "message": "Entities retrieved successfully",
  "count": 1,
  "data": {
    "entities": [
      {
        "uuid": "5e6a6b1d-6b31-4863-9029-f30ca8c61fdf",
        "entityName": "Demo Site"
      }
    ]
  }
}

curl

curl -s \
  -H "Authorization: SQRv1 Credential=<key>, Timestamp=<ts>, Signature=<sig>" \
  -H "X-SQR-Content-Hash: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855" \
  "/entities"