Postman
Collection v2.1
Insomnia
Insomnia YAML v5
Bruno
Bruno collection folder
Import it
- Postman
- Insomnia
- Bruno
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.DocumentVerification:*. Change the scope field
if your client holds a narrower set — see
Authentication.