Skip to main content
Each collection includes detection and authentication requests from the OpenAPI specification, and each one arrives with the authentication already wired: the credential variables, a bearer token on every request, and a token request that stores its own answer.

Postman

Collection v2.1

Insomnia

Insomnia YAML v5

Bruno

Bruno collection folder
Each download is a zip. Unzip it first.

Import it

Import → File, and choose trelent-document-verification.postman.json.Open the collection, go to Variables, and set client_id and client_secret. Set baseUrl to the base URL Trelent gave you. Leave access_token empty.Send Authentication → Get an access token first. A post-response script stores the token in the access_token collection variable, and every other request inherits it as a bearer token.
Tokens expire. Send Get an access token again when requests start to answer 401.
The token request asks for DocumentVerification:*. Change the scope field if your client holds a narrower set — see Authentication.