API tokens
Warning
API token method for authentication is deprecated and will be disabled by the end of 2023. Integrations should move to use OAuth 2.0 for authentication.
To access the REST API, you must create an API token in Settings > General > Integrations > API tokens.
Creating the API tokens is by default only possible for administrators & managers (Provet Cloud permission groups).
Please revoke any tokens not used!
The API token must be set in header Authorization: Token <token_key>
for
every HTTP request to the API.
The API can be viewed and tested online:
Instructions on how to set the header for testing in Chrome: Provet_Cloud-REST_API_headers
Instructions on how to make a request to Provet Cloud REST API using Postman: Provet_Cloud-REST_API_Postman
The REST API can be accessed by using the following URL:
https://provetcloud.com/<provet_id>/api/0.1/
In the URL <provet_id>
is the unique id of the Provet Cloud instance for
your company. Provet Cloud REST API is browseable, which should allow a good
possibility for developers to evaluate the possibilities of data transfer.