Bolt · Example Payload

Oauthgettoken Request

CheckoutPaymentseCommerceOne-Click CheckoutShopper NetworkFraud Protection

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

Top-level fields

pathmethodcontent_typeexample

Example Payload

oauthGetToken-request.json Raw ↑
{
  "path": "/oauth/token",
  "method": "post",
  "content_type": "application/x-www-form-urlencoded",
  "example": {
    "authorization-code": {
      "$ref": "#/components/examples/authorization-code"
    },
    "refresh-token": {
      "$ref": "#/components/examples/refresh-token"
    }
  }
}