Fetch the list of address books in current user's account.

Example Result:

{
  address_books: [ {
    id: 123,
    name: "Apptoto Address Book",
    writable: true,
    email_address_types: ["home", "work"],
    phone_number_types: ["mobile", "home", "work"]
  }]
}
Language
Authorization
Basic
base64
:
Click Try It! to start a request and see the response here!