Plivo REST API
.
Authorization
, then, from the drop-down list, set the Type as Basic Auth.
Username
and Password
, fill in your Plivo Auth ID and Auth Token respectively, which you can find on the overview page of the console.
auth_id
as an environment variable, so you can use it in every endpoint you have.
Plivo REST API
.
Variables
. Declare the variable auth_id
, and provide the initial and current value as the Auth ID from the console.
{{"{{auth_id"}}}}
within your Postman collection. We’ve already done that for you for all the APIs in the Plivo collection.