Returns the list of People in your address book.

Examples

curl -i https://api.passdock.com/api/v1/people?api_token=75778a65dfdae310a107d2ef0bbd3780&page=1

Supported Formats

json

Success Response:

200 Good Request
              
[
  {
    id: "5342a521434236f5e7000007",
    name: "Mark",
    surname: "Twain",
    email: "mark.twain@example.com",
    telephone: "555-123-4567",
    birthday: "1835/11/30 00:00:00",
    custom_field: "Custom Value",
    image: "http://url/of/avatar",
    list_ids: [
      "5342a53e86d256f5e7000006",
      "5342a53e86d256f5e7000016"
    ]
  },
  {
    id: "5342a521434236f5e7023007",
    name: "Henry",
    surname: "Longfellow",
    email: "henry.longfellow@example.com",
    telephone: "555-123-4567",
    birthday: "1807/02/27 00:00:00",
    custom_field: "Custom Value",
    image: "http://url/of/avatar",
    list_ids: [
      "5342a53e86d256f5e7000006"
    ]
  }
]
          

Errors

400 Bad Request
401 Unauthorized
414 You don't have an address book

Params

Param name Description
api_token
required

Your Passdock API key


Value: Must be String
page
optional

Page of results. Each page contains 50 people ordered by date (more recents first)


Value: Must be Fixnum