Gett · Example Payload

Oauth Token Response

Example response containing a JWT bearer token valid for 899 seconds

Ground TransportationCorporate TravelRide BookingBusiness TravelExpense Management

Oauth Token Response 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": "Successful OAuth 2.0 token response",
  "description": "Example response containing a JWT bearer token valid for 899 seconds",
  "value": {
    "access_token": "eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiI1NTBlODQwMC1lMjliLTQxZDQtYTcxNi00NDY2NTU0NDAwMDAiLCJzY29wZSI6Im9yZGVyIiwiaWF0IjoxNzQ5ODE0NjAwLCJleHAiOjE3NDk4MTU0OTl9.example-signature",
    "expires_in": 899,
    "scope": "order",
    "token_type": "bearer"
  }
}