Gett · Example Payload

Oauth Token Request

Example form-encoded body for obtaining a bearer token

Ground TransportationCorporate TravelRide BookingBusiness TravelExpense Management

Oauth Token Request is an example object payload from Gett, with 3 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

summarydescriptionvalue

Example Payload

Raw ↑
{
  "summary": "OAuth 2.0 client credentials token request",
  "description": "Example form-encoded body for obtaining a bearer token",
  "value": {
    "grant_type": "client_credentials",
    "client_id": "your-client-id-from-gett-portal",
    "client_secret": "your-client-secret-from-gett-portal",
    "scope": "order"
  }
}