Paigo · Example Payload

Paigo Auth Token Example

BillingUsage-Based BillingMeteringInvoicingPricingSaaSSubscriptionsDeveloper ToolsFinOps

Paigo Auth Token Example is an example object payload from Paigo, with 4 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

audiencegrant_typeclient_idclient_secret

Example Payload

Raw ↑
{
  "audience": "https://qnonyh1pc7.execute-api.us-east-1.amazonaws.com",
  "grant_type": "client_credentials",
  "client_id": "{{client_id}}",
  "client_secret": "{{client_secret}}"
}