Authentication
This article describes details about API authentication in Xopero ONE Management Service.
To authenticate with the Xopero ONE Management Service REST API, you must use the authentication method described in the Available methods article.
Using this method, you will get an accessToken, which is required for all subsequent API requests.
Example (using Postman):
Open the Authorization tab.
Select Bearer Token as the authentication type.
Paste the
accessTokeninto the Token field.Once authenticated, you can use other API methods that require an access token.

Last updated