DotsDocs
Users

Get User Address

Read the address on file for a user. Returns `null` when no address has been submitted.

GET
/v2/users/{user_id}/addresses

Read the address on file for a user. Returns null when no address has been submitted.

AuthorizationBasic <token>

In: header

Path Parameters

user_id*string

The ID of the user

Response Body

application/json

application/json

application/json

curl -X GET "https://example.com/v2/users/string/addresses"
{  "line_1": "string",  "line_2": "string",  "line_3": "string",  "city": "string",  "state": "string",  "postcode": "string",  "country": "string"}