contacts

Retrieve a contact

Retrieves the details of an existing contact.

get/{account}/contacts/{contact}

Path parameters

accountinteger required

The account id

contactinteger required

The contact id

Response

Successfully retrieved the contact.

Example response

{
  "data": {
    "id": 1,
    "account_id": 1010,
    "label": "Default",
    "first_name": "First",
    "last_name": "User",
    "organization_name": "Awesome Company",
    "job_title": "CEO",
    "address1": "Italian Street, 10",
    "address2": "",
    "city": "Roma",
    "state_province": "RM",
    "postal_code": "00100",
    "country": "IT",
    "phone": "+1.8001234567",
    "fax": "+1.8011234567",
    "email": "first@example.com",
    "created_at": "2013-11-08T17:23:15Z",
    "updated_at": "2015-01-08T21:30:50Z"
  }
}

Changes

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

    • the response property data became required for the status 200

      response-property-became-required

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

      response-property-became-required

    • the response property data/address1 became required for the status 200

      response-property-became-required

    • the response property data/address2 became required for the status 200

      response-property-became-required

    • the response property data/city became required for the status 200

      response-property-became-required

    • the response property data/country became required for the status 200

      response-property-became-required

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

      response-property-became-required

    • the response property data/email became required for the status 200

      response-property-became-required

    • the response property data/fax became required for the status 200

      response-property-became-required

    • the response property data/first_name became required for the status 200

      response-property-became-required

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

      response-property-became-required

    • the response property data/job_title became required for the status 200

      response-property-became-required

    • the response property data/label became required for the status 200

      response-property-became-required

    • the response property data/last_name became required for the status 200

      response-property-became-required

    • the response property data/organization_name became required for the status 200

      response-property-became-required

    • the response property data/phone became required for the status 200

      response-property-became-required

    • the response property data/postal_code became required for the status 200

      response-property-became-required

    • the response property data/state_province became required for the status 200

      response-property-became-required

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

      response-property-became-required

    • the response property message became required for the status 404

      response-property-became-required

    • the response property data became optional for the status 200

      response-property-became-optional

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

      response-property-became-optional

    • the response property data/address1 became optional for the status 200

      response-property-became-optional

    • the response property data/address2 became optional for the status 200

      response-property-became-optional

    • the response property data/city became optional for the status 200

      response-property-became-optional

    • the response property data/country became optional for the status 200

      response-property-became-optional

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

      response-property-became-optional

    • the response property data/email became optional for the status 200

      response-property-became-optional

    • the response property data/fax became optional for the status 200

      response-property-became-optional

    • the response property data/first_name became optional for the status 200

      response-property-became-optional

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

      response-property-became-optional

    • the response property data/job_title became optional for the status 200

      response-property-became-optional

    • the response property data/label became optional for the status 200

      response-property-became-optional

    • the response property data/last_name became optional for the status 200

      response-property-became-optional

    • the response property data/organization_name became optional for the status 200

      response-property-became-optional

    • the response property data/phone became optional for the status 200

      response-property-became-optional

    • the response property data/postal_code became optional for the status 200

      response-property-became-optional

    • the response property data/state_province became optional for the status 200

      response-property-became-optional

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

      response-property-became-optional

    • the response property message became optional for the status 404

      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