API Authentication
Last updated
Last updated
This article describes details about API authentication in Xopero ONE Management Service.
To properly authenticate through Xopero ONE Management Service REST API it is required to use Authentication method described in Available methods article.
See also:
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.