Headers
Global Webshop Client Id
UUID of the sales channel
Response
200 - application/json
Successful response
curl --request GET \
--url https://api.pricenow.dev/api/accounts/current/persons \
--header 'pratiq-client-id: <pratiq-client-id>'{
"data": [
{
"id": 123,
"fields": {},
"createdAt": "<string>",
"lastUpdateAt": "<string>",
"isOwner": true
}
]
}Get the persons of the current account
curl --request GET \
--url https://api.pricenow.dev/api/accounts/current/persons \
--header 'pratiq-client-id: <pratiq-client-id>'{
"data": [
{
"id": 123,
"fields": {},
"createdAt": "<string>",
"lastUpdateAt": "<string>",
"isOwner": true
}
]
}Global Webshop Client Id
UUID of the sales channel
Successful response
Show child attributes