Вы должны сформировать POST-запрос по адресу - subdomain.amocrm.ru/oauth2/access_token
Тело запроса:
{
"client_id": "xxxx",
"client_secret": "xxxx",
"grant_type": "authorization_code",
"code": "xxxxxxx",
"redirect_uri": "
https://test.test"
}
Подробная информация есть в документации -
https://www.amocrm.ru/developers/content/oauth/ste...