curl --request GET \
--url 'https://api.example.com/api/admin/sites/{id}/verify' \
--header 'Authorization: Bearer YOUR_API_KEY'
{
"installed": true,
"checkedAt": "2026-08-31T14:22:05Z",
"detail": "string"
}
Verify the live install
Checks the live page for the snippet.
GET
/
api
/
admin
/
sites
/
{id}
/
verify
curl --request GET \
--url 'https://api.example.com/api/admin/sites/{id}/verify' \
--header 'Authorization: Bearer YOUR_API_KEY'
{
"installed": true,
"checkedAt": "2026-08-31T14:22:05Z",
"detail": "string"
}
Checks the live page for the snippet.
Path parameters
string
required
Site id
Response
object
boolean
string (date-time)
string
Status codes
| Code | Meaning |
|---|---|
200 | Verification result |
401 | Error |
404 | Error |
curl --request GET \
--url 'https://api.example.com/api/admin/sites/{id}/verify' \
--header 'Authorization: Bearer YOUR_API_KEY'
{
"installed": true,
"checkedAt": "2026-08-31T14:22:05Z",
"detail": "string"
}
Last modified on August 31, 2026