Get a visible site
GET/sites/:siteUuid
Returns lightweight information for one site visible by the authenticated user. A site that does not exist and a site outside the user's permissions both return 404.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 429
Visible site.
Response Headers
Maximum number of requests allowed during the current one-minute window.
Number of requests remaining during the current window.
Number of seconds before capacity becomes available again.
A path parameter is not a valid UUID.
Authentication is missing, invalid or revoked.
Response Headers
Authentication challenge.
The authenticated user or API key is not allowed to perform this action.
The requested resource was not found or is not visible by the authenticated user.
The API key exceeded its request quota.
Response Headers
Maximum number of requests allowed during the current one-minute window.
Number of requests remaining during the current window.
Number of seconds before capacity becomes available again.
Number of seconds to wait before retrying the request.