Lithic · Example Payload

Lithic Geteventsubscriptionsecret Example

FinTechBaaSCard IssuingPaymentsEmbedded Finance

Lithic Geteventsubscriptionsecret Example is an example object payload from Lithic, 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": "getEventSubscriptionSecret",
  "method": "GET",
  "path": "/v1/event_subscriptions/{event_subscription_token}/secret",
  "summary": "Get event subscription secret",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "secret": "whsec_C2FVsBQIhrscChlQIMA"
      }
    }
  ]
}