Get organization address
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Headers
The x-site-context
header is a JSON object that contains information about the source you wish to pull from. The mandatory account
is the 24 character identifier found in Copilot. The channel
(Sales channel ID), stage
(environment name), and date
attributes can be used to further narrow the scope of your data source.
"{\"date\": \"2023-01-01T00:00:00.000Z\", \"channel\": 12, \"account\": \"1234abcd5678efgh9ijklmno\",\"stage\":\"production\"}"
Path Parameters
Fabric internal id of the record
"61a558b1b155125f02be7fb1"
Fabric internal id of the record
"61a558b1b155125f02be7fb2"
Response
type of the address. M=Mail, E=Email, P=Postal
M
, E
, P
"M"
global address id
1234
address line 1. If sent it has to contain 1 character or more.
"street 1"
address line 2
"street 2"
address line 3
"street 3"
address line 4
"street 4"
county
"San Diego"
city
"Boston"
state
"Texas"
zipCode
12345
postalCode
"ABC-123"
country
"USA"
latitude
38.8951
longitude
-77.0364
Default Address
false
Fabric internal id of the group record.
"61604a30fdfacd0009816e46"
Contains all additional attributes not captured in the schema.
Was this page helpful?