Skip to content

Addresses

Manage physical addresses associated with user profiles.

Address requirements vary by country — use the address requirements endpoints to dynamically discover which fields are needed before creating an address.

Address

Represents a physical address associated with a profile.

idinteger, (int64)

Address ID.

Example:10000001
profileinteger, (int64)

User profile ID.

Example:12345678
detailsobject

Address details.

{ "id": 10000001, "profile": 12345678, "details": { "country": "US", "firstLine": "50 Sunflower Ave", "postCode": "10025", "city": "Phoenix", "state": "AZ", "occupations": [ {} ] } }