domain 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
  }
}

Changes

Changed in 2 of the 52 revisions of this API.1413

    • the response property data became required for the status 200

      response-property-became-required

    • the response property data/items/accepted_at became required for the status 200

      response-property-became-required

    • the response property data/items/account_id became required for the status 200

      response-property-became-required

    • the response property data/items/contact_id became required for the status 200

      response-property-became-required

    • the response property data/items/created_at became required for the status 200

      response-property-became-required

    • the response property data/items/domain_id became required for the status 200

      response-property-became-required

    • the response property data/items/id became required for the status 200

      response-property-became-required

    • the response property data/items/updated_at became required for the status 200

      response-property-became-required

    • the response property pagination became required for the status 200

      response-property-became-required

    • the response property pagination/current_page became required for the status 200

      response-property-became-required

    • the response property pagination/per_page became required for the status 200

      response-property-became-required

    • the response property pagination/total_entries became required for the status 200

      response-property-became-required

    • the response property pagination/total_pages became required for the status 200

      response-property-became-required

    • the response property data/items/accepted_at became nullable for the status 200

      response-property-became-nullable

    • the response property data became optional for the status 200

      response-property-became-optional

    • the response property data/items/accepted_at became optional for the status 200

      response-property-became-optional

    • the response property data/items/account_id became optional for the status 200

      response-property-became-optional

    • the response property data/items/contact_id became optional for the status 200

      response-property-became-optional

    • the response property data/items/created_at became optional for the status 200

      response-property-became-optional

    • the response property data/items/domain_id became optional for the status 200

      response-property-became-optional

    • the response property data/items/id became optional for the status 200

      response-property-became-optional

    • the response property data/items/updated_at became optional for the status 200

      response-property-became-optional

    • the response property pagination became optional for the status 200

      response-property-became-optional

    • the response property pagination/current_page became optional for the status 200

      response-property-became-optional

    • the response property pagination/per_page became optional for the status 200

      response-property-became-optional

    • the response property pagination/total_entries became optional for the status 200

      response-property-became-optional

    • the response property pagination/total_pages became optional for the status 200

      response-property-became-optional

    This revision also has 25 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog