{
"clientId": "string",
"companyId": "string",
"permissions": [
"full_insights"
]
}
curl --location --request POST 'https://platform.shopranos.eu/api/accounts/apps/onetimetoken' \
--header 'Content-Type: application/json' \
--data-raw '{
"clientId": "string",
"companyId": "string",
"permissions": [
"full_insights"
]
}'
{
"accessToken": "string",
"refreshToken": "string",
"companyId": "string",
"redirectUrl": "string"
}