cURL
curl --request GET \ --url https://live.copilot.fabric.inc/data-customer/v1/addresses \ --header 'Authorization: Bearer <token>' \ --header 'x-site-context: <x-site-context>'
{ "query": { "offset": 0, "limit": 10, "count": 45 }, "data": [ { "_id": "61604a30fdfacd0009816e44", "globalAddressId": 1234, "type": "M", "addressLine1": "street 1", "addressLine2": "street 2", "addressLine3": "street 3", "addressLine4": "street 4", "county": "San Diego", "city": "Boston", "state": "Texas", "zipCode": 12345, "postalCode": "ABC-123", "country": "USA", "latitude": 38.8951, "longitude": -77.0364, "additionalAttributes": {}, "isDeleted": false, "createdAt": "2021-08-30T23:20:42.822Z", "updatedAt": "2021-08-30T23:20:42.822Z" } ] }
M
E
P
Show child attributes
Was this page helpful?