Params
Name | Type | Requireness | Default value | Description |
---|---|---|---|---|
request_uid | string | required | none | UID of the request |
Description
Returns status of the request sent before with another endpoint.
This endpoint requires one of the following scopes: listings
, calendar-control
Response sample
{
"data": {
"request_uid": "74302303",
"request_status": "error",
"request_error": "Cannot perform action. Code: 1513178473"
}
}
If request_status
is error
, response will have additional field, the request_error
, containing short info about this error. Otherwise, response will contain only two fields: request_uid
and request_status
.
Possible "request_status" values
- processing
- completed
- error
- disabled
- paused
- queued