Log view for page
Log a view for a given page
application/json
Request Body required
page uri required
Full URI of page
Responses
- 204
- 403
- 429
- 5XX
Created
The page provided is not recognized
application/json
Schema
Example (from schema)
Example
Schema
code integer
HTTP response code
message string
Human readable error message
{
"code": 0,
"message": "string"
}
{
"code": 403,
"message": "Unrecognized domain for page"
}
The rate limit has been exceeded
Response Headers
Retry-After integer
Number of seconds until the client should retry the request
application/json
Schema
Example (from schema)
Example
Schema
code integer
HTTP response code
message string
Human readable error message
{
"code": 0,
"message": "string"
}
{
"code": 429,
"message": "Too many requests"
}
An unexpected server error
application/json
Schema
Example (from schema)
Example
Schema
code integer
HTTP response code
message string
Human readable error message
{
"code": 0,
"message": "string"
}
{
"code": 500,
"message": "Unexpected error"
}
Loading...