Skip to main content
GET
/
api
/
accounts
/
current
/
addresses
cURL
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"
      ]
    }
  ]
}

Headers

pratiq-client-id
required

Global Webshop Client Id

pratiq-channel-uuid
string

UUID of the sales channel

Response

200 - application/json

Successful response

data
object[]
required