curl --request POST \
--url https://api.pricenow.dev/api/accounts/authenticate-guest \
--header 'Content-Type: application/json' \
--header 'accept-language: <accept-language>' \
--header 'pratiq-channel-uuid: <pratiq-channel-uuid>' \
--data '
{
"email": "<string>",
"language": "en"
}
'{
"data": {
"id": "<string>",
"email": "<string>",
"access_token": "<string>"
}
}Authenticate guest user
curl --request POST \
--url https://api.pricenow.dev/api/accounts/authenticate-guest \
--header 'Content-Type: application/json' \
--header 'accept-language: <accept-language>' \
--header 'pratiq-channel-uuid: <pratiq-channel-uuid>' \
--data '
{
"email": "<string>",
"language": "en"
}
'{
"data": {
"id": "<string>",
"email": "<string>",
"access_token": "<string>"
}
}Language of the response
en, de, fr, it UUID of the sales channel
Successful response
Show child attributes