Business Customers

List addresses for a business customer

Requires the customer:list scope.

get/v3/customers/{customer_id}/addresses

Response

Success paginated collection response

is_paginatedtrue required
has_nextboolean
has_previousboolean
next_cursorstring nullable
previous_cursorstring nullable
page_sizeinteger

Example response

{
  "is_paginated": true
}

Changes

No recorded changes to this endpoint across all 4 revisions of this API.