Skip to main content
POST
/
api
/
accounts
/
current
/
persons
cURL
curl --request POST \
  --url https://api.pricenow.dev/api/accounts/current/persons \
  --header 'Content-Type: application/json' \
  --header 'pratiq-client-id: <pratiq-client-id>' \
  --data '{}'
{
  "data": {
    "id": 123,
    "fields": {},
    "createdAt": "<string>",
    "lastUpdateAt": "<string>",
    "isOwner": true
  }
}

Headers

pratiq-client-id
required

Global Webshop Client Id

pratiq-channel-uuid
string

UUID of the sales channel

Body

application/json · object
{key}
object

Response

200 - application/json

Successful response

data
object
required