VLT-Website-Heading

How to get an Zoho API Key to use with Postman

Aug 24, 2021 8:50:32 PM / by Vu Long Tran posted in apis

0 Comments

This is a guide on how to get an Zoho API Key to use with Postman. 

To use the Zoho APIs, the users must authenticate the application to make API calls with an access token.

The access token, in return, must be obtained from a grant token (authorization code). 

So I will show you how you can:

  1. Creating a new client in Zoho API Console
  2. Retrieving your Zoho Access Token
  3. Make Zoho CRM API call with your Zoho Access Token
Read More

How to use Postman with Google Cloud Platform APIs

Aug 20, 2021 11:33:32 PM / by Vu Long Tran posted in google, cloud, apis

2 Comments

This is a brief guide on how you can use Postman with Google Cloud Platform APIs, by connecting your Postman to Google using OAuth 2.0. 

Read More