Skip to main content
POST
/
api
/
accounts
cURL
curl --request POST \
  --url https://api.pricenow.dev/api/accounts \
  --header 'Content-Type: application/json' \
  --header 'pratiq-client-id: <pratiq-client-id>' \
  --data '
{
  "language": "de"
}
'
{
  "data": {
    "id": 123,
    "email": "<string>",
    "type": "ADMIN",
    "language": "de",
    "deletedAt": "2023-11-07T05:31:56Z",
    "scheduledForDeletionAfter": "2023-11-07T05:31:56Z",
    "company": "<string>",
    "metaInformation": {
      "acceptedNewsletter": true
    }
  }
}

Headers

pratiq-client-id
required

Global Webshop Client Id

pratiq-channel-uuid
string

UUID of the sales channel

Body

application/json
language
enum<string>
required
Available options:
de,
en,
fr

Response

200 - application/json

Successful response

data
object
required