Skip to main content
GET
/
v1
/
party-addresses
List Party Addresses
curl --request GET \
  --url https://live.copilot.fabric.inc/data-customer/v1/party-addresses \
  --header 'Authorization: Bearer <token>' \
  --header 'x-site-context: <x-site-context>'
{
  "query": {
    "offset": 0,
    "limit": 10,
    "count": 45
  },
  "data": {
    "_id": "61604a30fdfacd0009816e44",
    "partyId": "61a78306e8da185843857fc3",
    "addressId": "61a78310e8da185843857fc5",
    "additionalAttributes": {},
    "isDeleted": false,
    "createdAt": "2021-08-30T23:20:42.822Z",
    "updatedAt": "2021-08-30T23:20:42.822Z"
  }
}

Authorizations

Authorization
string
header
required

Headers

x-site-context
string
required
Example:

Query Parameters

offset
integer
Example:
limit
integer
Example:
id
string
Example:
partyType
enum<string>
Available options:
O,
H,
P,
C
Example:
globalCustomerId
string
Example:
globalAddressId
string
Example:
isActive
boolean
Example:

Response

query
object
data
object