/v1/address_books

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

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"]
  }]
}

OAuth scope

Calls authenticated with an OAuth 2.0 bearer token must include the address_books:read scope. A token without it receives a 403 insufficient_scope response. HTTP Basic auth is not scope-gated.

Response

Language
Credentials
:
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json