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):

  1. Open the Authorization tab.

  2. Select Bearer Token as the authentication type.

  3. Paste the accessToken into the Token field.

  4. Once authenticated, you can use other API methods that require an access token.

Example using POST in API

Last updated