REST API Authorization

From Planfix
Revision as of 15:53, 17 November 2023 by Aliona (talk | contribs)
Jump to: navigation, search

Each request must include a bearer HTTP authentication header. Authentication tokens are created in the section Account ManagementAPI AccessREST API and can only be restricted by specific access levels - scope:

картинка

In the example on the screenshot, an authorization token is created, and when used, requests are made on behalf of the employee Vladislav Ivanov (i.e., requests for tasks only the contacts available to him).

If API access is required with the ability to modify all contacts, then a robot should be used for these purposes.

The bearer authorization header looks like this:

Authorization : Bearer 5d80e21cb3e12345678bdd568a2226d5

The authorization token is passed as a parameter for GET requests: access_token.


Go To