v1
latestOpenAPI 3.1.12026-07-17111158225.7 KBdomain pushes
List pushes
List pending pushes for the target account.
get/{account}/pushes
Path parameters
accountinteger required
The account id
Response
Successfully retrieved pushes for the account.
Example response
{
"data": [
{
"id": 1,
"domain_id": 100,
"contact_id": 2,
"account_id": 2020,
"created_at": "2016-08-11T10:16:03Z",
"updated_at": "2016-08-11T10:16:03Z",
"accepted_at": null
}
],
"pagination": {
"current_page": 1,
"per_page": 30,
"total_entries": 2,
"total_pages": 1
}
}