Using Verdigris API with Postman

Please follow the steps below to set up Authorization for Verdigris API on Postman:

  1. Under “Authorization”, set “Type” = “OAuth 2.0”, “Add auth data to” = “Request Headers”
1084
  1. Click on “Edit Token Configuration/Configure New Token” down below
1082
  1. Configure New Token as below and click “Get New Access Token”
1068 1106
  1. Once done, double check to make sure that you have selected the token you just created and the “Header Prefix” is correctly set to “Bearer”
1128
  1. To start running new requests, set up as below, select the correct Token that was just created from the drop down and swap up the URL at the top to different endpoints / add in Params as needed.
2034