Чат-центр в iframe
OAuth-авторизация
1
2
3
https://dashboard.fstrk.io/integrations/oauth/?{параметры}https://dashboard.fstrk.io/integrations/oauth/?client_id=1&redirect_uri=https://example.com/oauth/&state=dummy4
curl -X POST \
--location https://dashboard.fstrk.io/api/partners/oauth/ \
--header 'Content-Type: application/json' \
--data '{
"client_id": "<CLIENT_ID>",
"client_secret": "<CLIENT_SECRET>",
"grant_type": "code",
"code": "<CODE>"
}'{
"access_token": "string"
}Список доменов
Авторизация операторов
Ссылка для iframe
Тестирование
Last updated