Take App is an e-commerce platform designed to make building e-commerce websites and integrating with WhatsApp seamless for merchants. Our API set empowers merchants to create third-party integrations with Take App, enabling custom workflows and automation for their online businesses.

With the Take App API, you can interact with core features of our platform. Current capabilities include:

  • Order Management: Create and retrieve orders to streamline order processing and tracking.
  • Inventory Management: Update and manage product inventory to ensure stock levels are always accurate.

Our APIs are in an early development stage, with limited coverage at this time. We’re actively working on expanding functionality and welcome your feedback! To share ideas or request new features, visit our feedback portal at takeapp.link/requests

Prerequisites

To use the Take App Platform API, you’ll need to be subscribed to our Business Plan. Follow these steps to get started:

  1. Subscribe to the Business Plan: Go to Settings > Billing in your Take App account to upgrade your plan.
  2. Obtain Your API Key: After subscribing, navigate to Settings > Integrations to retrieve your Platform API Key.

With your API Key in hand, you’re all set to start integrating with the Take App Platform API.​

Getting Started

All requests to the Take App Platform API require authentication using your API key.

  • Base URL: https://take.app/api/platform
  • Authentication: Include your api_key as a query parameter in both GET and POST requests.

Example

GET https://take.app/api/platform/me?api_key={your_api_key_here}