Test OAuth using Postman

To test OAuth authentication using Postman:

  1. Open Postman and set the Authorization Type to Bearer Token.
  2. Provide the OAuth token (you can obtain this token from the previous steps explained in the document).
  3. If the token is valid, you will receive a successful response with status code 200 OK.
  4. If the token is invalid, the response code will be 401 Unauthorized.
  5. If the token is expired, the response code will be 401 Unauthorized.