API Authentication

This article describes details about API authentication in GitProtect Management Service.

API authentication

To properly authenticate through GitProtect Management Service REST API it is required to use the Authentication method described in Available methods

By using this method you'll be able to get the accessToken, which will be needed in every other API request.

In example(using Postman) open Authorization tab and select Bearer Token as auth type. Then paste the accessToken to Token field:

Now you can use other API methods that require authentication.

Last updated