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".
This mechanism will work only if the RezOn project is located on a subdomain of your site (why?).
Last updated