Kit · Example Payload

Get Current Account

Email MarketingCreator EconomySubscribersAutomationNewslettersSequencesFormsBroadcasts

Get Current Account 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 current account",
  "method": "GET",
  "path": "/v4/account",
  "tag": "Accounts",
  "response": {
    "user": {
      "email": "string",
      "id": 1
    },
    "account": {
      "id": 1,
      "name": "string",
      "plan_type": "string",
      "primary_email_address": "string",
      "created_at": "string"
    }
  }
}