Get addresses for a specific user

GET {{baseUrl}}/api/users/:id/addresses?fields=Excepteur Lorem

Get all of the addresses for a specific user. You obtain the authorization token needed to execute the request using POST /auth/login; you pass the authorization token in the request header. You identify the user by specifying the user ID in the path of the request; you obtain the user ID using GET /users.

Request Params

KeyDatatypeRequiredDescription
fieldsstringComma separated top-level field whitelist. This allows client to selectively retrieve part of the response model. If specified, extra filtering will be applied, and for top-level object (if root model is an array, each array element), only the listed fields will be kept in the response. e.g. "id,elements" means to keep only the "id" field and the whole "elements" array field, omitting all other fields of top-level response model.

HEADERS

KeyDatatypeRequiredDescription
X-MSTR-AuthTokenstring(Required) Authorization token

RESPONSES

status: OK

{"deliveryMode":"in ut dolore","deviceId":"dolor aliqua dolor mollit","id":"Ut pariatur nulla","isDefault":false,"name":"laborum velit","value":"culpa sed"}