Test OAuth using Postman
To test OAuth authentication using Postman:
- Open Postman and set the Authorization Type to Bearer Token.
- Provide the OAuth token (you can obtain this token from the previous steps explained in the document).
- If the token is valid, you will receive a successful response with status code 200 OK.
- If the token is invalid, the response code will be 401 Unauthorized.
- If the token is expired, the response code will be 401 Unauthorized.