BigCommerce · Example Payload

Bigcommerce Getcurrentcustomer Example

E-CommerceRetailCatalogOrdersCheckoutPaymentsSaaS

Bigcommerce Getcurrentcustomer Example is an example object payload from BigCommerce, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathsummaryrequestExamplesresponseExamples

Example Payload

Raw ↑
{
  "operationId": "getCurrentCustomer",
  "method": "GET",
  "path": "/customer/current.jwt",
  "summary": "BigCommerce Get Current Customer",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "default",
      "contentType": "application/json",
      "example": {
        "customer": {
          "id": 4927,
          "email": "john.doe@gmail.com",
          "group_id": "6"
        },
        "iss": "bc/apps",
        "sub": "abc123",
        "iat": 1480831863,
        "exp": 1480832763,
        "version": 1,
        "aud": "6sv16tfx3j5gsopm42ss5dd67g2srvq",
        "application_id": "6sv16tasdgr2b5hs5dd67g2srvq",
        "store_hash": "abc123",
        "operation": "current_customer"
      }
    }
  ]
}