GET
/v1/addresses/
curl \
--request GET 'https://localhost/v1/addresses/?entityId=stf_xxxxxxxx&entityId=fml_xxxxxxxx'
Response examples (403)
{
"statusCode": 42.0,
"messages": [
"string"
],
"exception": {}
}
Response examples (404)
{
"statusCode": 42.0,
"messages": [
"string"
],
"exception": {}
}
Response examples (200)
{
"addresses": [
{
"zip": "12345",
"town": "Springfield",
"state": "IL",
"address1": "123 Main St",
"address2": "Apt 123",
"countryCode": "US"
}
]
}