Kit · Example Payload

Get A Purchase

Email MarketingCreator EconomySubscribersAutomationNewslettersSequencesFormsBroadcasts

Get A Purchase is an example object payload from Kit, with 5 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

summarymethodpathtagresponse

Example Payload

Raw ↑
{
  "summary": "Get a purchase",
  "method": "GET",
  "path": "/v4/purchases/{id}",
  "tag": "Purchases",
  "response": {
    "purchase": {
      "id": 1,
      "transaction_id": "string",
      "subscriber_id": 1,
      "status": "string",
      "email_address": "string"
    }
  }
}