Retrieve site
Retrieve a site information by its unique key identifier siteId
.
Authorization<token>
API key authentication.
--header 'Authorization: Bearer <VOIDFULL_API_KEY>'
In: header
Path Parameters
siteIdstring
The ID of the site
Response Body
curl -X GET "https://api.app.voidfull.com/api/v1/sites/string"
{
"site": {
"id": "string",
"name": "string",
"createdAt": "2019-08-24T14:15:22Z"
}
}