S
S
Sergey2021-03-09 11:26:51
API
Sergey, 2021-03-09 11:26:51

How to log in to AmoCRM?

On our site, processing a form should create an "unparsed" entry in amocrm.
For this, an integration was created in amocrm, but the question arose of how to actually get access to amocrm on the side of our site. Where can I send the integration ID and secret key to get a token?
Since all actions take place in the form handler, there cannot be any "authorization buttons".

Answer the question

In order to leave comments, you need to log in

1 answer(s)
I
inactive, 2021-03-17
@inactive

You must form a POST request to the address - subdomain.amocrm.ru/oauth2/access_token
Request body:
{
"client_id": "xxxx",
"client_secret": "xxxx",
"grant_type": "authorization_code",
"code": "xxxxxxx",
"redirect_uri": " https://test.test "
}
Detailed information is available in the documentation - https://www.amocrm.ru/developers/content/oauth/ste...

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question