Headers
Global Webshop Client Id
UUID of the sales channel
Response
200 - application/json
Successful response
curl --request GET \
--url https://api.pricenow.dev/api/accounts/current/addresses \
--header 'pratiq-client-id: <pratiq-client-id>'{
"data": [
{
"id": 123,
"addressLine1": "<string>",
"addressLine2": "<string>",
"zip": "<string>",
"city": "<string>",
"state": "<string>",
"countryCode": "<string>",
"purpose": [
"BILLING"
]
}
]
}Get the current account addresses
curl --request GET \
--url https://api.pricenow.dev/api/accounts/current/addresses \
--header 'pratiq-client-id: <pratiq-client-id>'{
"data": [
{
"id": 123,
"addressLine1": "<string>",
"addressLine2": "<string>",
"zip": "<string>",
"city": "<string>",
"state": "<string>",
"countryCode": "<string>",
"purpose": [
"BILLING"
]
}
]
}Global Webshop Client Id
UUID of the sales channel
Successful response
Show child attributes