REST API Authorization

From Planfix
Jump to: navigation, search

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

jwF7jI.png


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