Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.pricenow.dev/api/accounts/current/addresses \ --header 'accept-language: <accept-language>' \ --header 'pratiq-channel-uuid: <pratiq-channel-uuid>'
{ "data": [ { "id": 123, "addressLine1": "<string>", "addressLine2": "<string>", "zip": "<string>", "city": "<string>", "state": "<string>", "countryCode": "<string>", "purpose": [] } ] }
Get the current account addresses
Language of the response
en
de
fr
it
UUID of the sales channel
Successful response
Show child attributes