close
Skip to main content

developer.1platform.pro

Explore the 1Platform API

One REST API for e-commerce, delivery, payments, invoicing, and AI content. Authenticate, integrate, and ship.

API Reference

Explore every endpoint interactively. Test requests from the browser with live responses.

Generate Invoice (FEL)

Step-by-step flow to issue an electronic invoice (FEL) via 1Platform API, registered in the Guatemalan tax system through TribuTax.

User Onboarding

Step-by-step flow to register a new user, authenticate, and retrieve their profile via the 1Platform API.

AI Generations

Step-by-step flow to generate fictional comments, AI images, and profile cards via the 1Platform API.

External Integrations

Step-by-step flow to connect websites with Google Search Console and the link-building marketplace via the 1Platform API.

Generate AI Content

Step-by-step flow to extract keywords, generate AI-powered content, and submit URLs for Google indexing via the 1Platform API.

Manage Websites

Step-by-step flow to register, update, search, delete websites, and generate legal pages via the 1Platform API.

Payments & Subscriptions

Step-by-step flow to check billing, create payment transactions, view transaction history, check subscription details, and track consumption via the 1Platform API.

Activity Logs

Step-by-step flow to list, inspect, register, and clear API activity logs via the 1Platform API.

AI Agents

Step-by-step flow to browse the agent catalog, create agents via wizard or API, trigger runs, monitor execution, and handle human-in-the-loop actions via the 1Platform API.

Google Analytics

Step-by-step flow to connect Google Analytics 4, provision properties, install tracking, view metrics, and send server-side events via the 1Platform API.

Google AdSense

Step-by-step flow to connect Google AdSense, view earnings, manage sites, handle alerts and policy issues via the 1Platform API.

Domain Management

Step-by-step flow to check domain availability, register domains, manage DNS records, nameservers, transfers, and renewals via the 1Platform API.

Paid Onboarding

Step-by-step flow to register new user accounts via payment โ€” create a checkout session, poll for completion, and retrieve the API key via the 1Platform API.

Dashboard Overview

Step-by-step flow to bootstrap the whitelabel dashboard, fetch supported languages, load translation bundles, and read aggregate KPIs via the 1Platform API.

Dashboard Settings

Step-by-step flow to list, read, upsert, and delete dashboard settings (key/value pairs) for a 1Platform app.

Magic Link Authentication

Step-by-step flow to authenticate end users via email magic-link, exchange the token for an access/refresh pair, rotate refresh tokens, and revoke sessions via the 1Platform API.

Notifications

Step-by-step flow to list, create, mark as read, and count unread notifications via the 1Platform API.

Referrals

Step-by-step flow to resolve a referral code to its destination payload (referrer, signup URL) via the 1Platform API.

Support

Step-by-step flow to list and create support tickets, append replies, and read or publish FAQ entries via the 1Platform API.

Tasks

Step-by-step flow to list, create, update, and delete user tasks (todo / in_progress / done) via the 1Platform API.

Webhook Configuration

Step-by-step flow to configure webhook signing, register allowed domains, declare event handlers, and rotate the signing secret via the 1Platform API.

OpenAPI Spec

Download the raw OpenAPI 3.1 specification for code generation or custom tooling.

Two-Token Authentication

Every request requires two headers: an Authorization app token and an x-user-token user token. Get both from your dashboard at app.1platform.pro.

curl -X GET https://api.1platform.pro/api/v1/keywords/extract \
  -H "Authorization: Bearer YOUR_APP_TOKEN" \
  -H "x-user-token: YOUR_USER_TOKEN" \
  -H "Content-Type: application/json"