Skip to main content

Management API

The Management API is a RESTful API through which many big and small management tasks can be done. It serves as an alternative to using Trivore ID's various user interfaces.

The most current API documentation can be found under the /apidoc URI on your Trivore ID instance, for example https://{your-id-server}/apidoc. That documentation is interactive, and can be used to perform the various actions with proper credentials if necessary.

Using the API requires credentials. These credential types are supported:

  • A Management API client's key and secret, used with the Basic authentication scheme. The API client's registration must usually have specific permissions, depending on the API being used.
  • An OpenID Connect access token, used as a bearer token. The user whose access token is used must usually have specific permissions, or match the targeted action, depending on the API being used.

Some parts of the API support using either credential type; some support only one. See the API documentation for the current details.