This document will introduce how to import the postman example collection with OAuth 2.0 authentication.

  1. Download the postman collection file: dualshield-auth-api.postman_collection.json
  2. Populate the variables on the collection. You can get the client id and client secret following this document. Leave access_token blank, we will get it by calling the token endpoint (step 3)
  3. Execute the oauth/token request, to get the access token
  4. The access token should be assigned to "access_token" variable automatically
  5. Test other APIs accordingly.


  • No labels