curl --request GET \
--url 'https://api.example.com/api/admin/sites/{id}' \
--header 'Authorization: Bearer YOUR_API_KEY'
{
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"platform": "string",
"domain": "string",
"createdAt": "2026-08-31T14:22:05Z"
}
Get a site
Get a site
GET
/
api
/
admin
/
sites
/
{id}
curl --request GET \
--url 'https://api.example.com/api/admin/sites/{id}' \
--header 'Authorization: Bearer YOUR_API_KEY'
{
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"platform": "string",
"domain": "string",
"createdAt": "2026-08-31T14:22:05Z"
}
Path parameters
string
required
Site id
Response
Site
string
string
string
string (date-time)
Status codes
| Code | Meaning |
|---|---|
200 | OK |
401 | Error |
404 | Error |
curl --request GET \
--url 'https://api.example.com/api/admin/sites/{id}' \
--header 'Authorization: Bearer YOUR_API_KEY'
{
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"platform": "string",
"domain": "string",
"createdAt": "2026-08-31T14:22:05Z"
}
Last modified on August 31, 2026