Skip to main content
GET
/
api
/
accounts
/
current
/
newsletter
cURL
curl --request GET \
  --url https://api.pricenow.dev/api/accounts/current/newsletter
{
  "data": {
    "status": true,
    "system": "WILKEN",
    "name": "<string>"
  }
}

Headers

accept-language
enum<string>

Language of the response

Available options:
en,
de,
fr,
it
pratiq-channel-uuid
string

UUID of the sales channel

Response

200 - application/json

Successful response

data
object
required