This document will introduce how to import the postman example collection with OAuth 2.0 authentication.
- Download the postman collection file: dualshield-auth-api.postman_collection.json
- 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)
- Execute the oauth/token request, to get the access token
- The access token should be assigned to "access_token" variable automatically
- Test other APIs accordingly.


