Site users

User authentication from external resources

To access custom API methods, you need to get a special access_token. According to the OAuth 2.0 protocol specification, the mechanism for direct authorization of the application server without user intervention is called "Client Credentials Flow".

Last updated