For AI agents: visit https://dev.tapcart.com/llms.txt for an index of all pages formatted in Markdown and endpoints in OpenAPI.
Jump to Content
Tapcart Developer Docs
HomeApp Studio GuideAvailable APIs
App Studio GuideTapcart Developer Docs
Available APIs
App Studio Guide
HomeApp Studio GuideAvailable APIs

Tapcart Client APIs

  • API Auth
  • Components
    • Create an App Studio Component.post
    • Update an App Studio Component.put
    • Get an App Studio Component by key.get
    • Get all App Studio Components for an appget
    • Get versions of an App Studio Componentget
    • Update the version index of an App Studio Componentput
  • Block Templates
    • Create a BlockTemplate.post
    • Update a BlockTemplate.put
    • Update the versionIndex of an existing BlockTemplate.put
    • Retrieve a BlockTemplate by blockTemplateId.get
  • Blocks
    • Retrieve a list of all merchant-owned custom block templates based on app id. Requires read auth.get
  • Dependencies
    • Update dependencies for a specific app.post
    • Get dependencies for a specific app.get
  • Layouts
    • Retrieve layouts for a specific appget
  • Insights API

Webhooks

  • Clickstream Webhook
  • Mobile Event Webhook
Powered by 

API Auth

Every API requests needs an auth token or an api key in the header. The auth token can be added by adding the header Authorization: `Bearer ${accessToken}` or as an api key "api-key": "${api-key}"

Updated 7 months ago


Components
Did this page help you?

Updated 7 months ago


Components
Did this page help you?