Kit · Example Payload

Get Creator Profile

Email MarketingCreator EconomySubscribersAutomationNewslettersSequencesFormsBroadcasts

Get Creator Profile 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 Creator Profile",
  "method": "GET",
  "path": "/v4/account/creator_profile",
  "tag": "Accounts",
  "response": {
    "profile": {
      "name": "string",
      "byline": "string",
      "bio": "string",
      "image_url": "string",
      "profile_url": "string"
    }
  }
}