Retrieve an address
GET
/customers/{customerId}/addresses/{addressId}
Customers/addresses
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api-sandbox.saaslogic.io/v1/customers/782ef4f6-8cdd-4f7c-9223-efc8b63d0b62/addresses/6bff50d4-2cd3-4bb6-8956-69f6d76426c8' \
--header 'Accept: application/json' \
--header 'Accept;' \
--header 'Authorization;' \
--header 'Content-Type: application/json'
Response Response Example
200 - Retrieve an address
{
"addressName": "Adroit Solutions",
"address": "Akshya Nagar 1st Block 1st Cross, Rammurthy nagar, Bangalore",
"countryCode": "IND",
"stateCode": "KA",
"city": "Bangalore",
"zip": "560016",
"addressId": "6c54f68f-1de4-4d72-b532-ae45658e4a15",
"isDefault": true
}
Request
Path Params
customerId
string
required
Example:
782ef4f6-8cdd-4f7c-9223-efc8b63d0b62
addressId
string
required
Example:
6bff50d4-2cd3-4bb6-8956-69f6d76426c8
Header Params
Accept
string
required
Example:
application/json
Authorization
string
required
Default:
Bearer {{bearerToken}}
Content-Type
string
optional
Default:
application/json