Skip to main content
This API is currently in Private Beta. Features and endpoints may change before public release. Contact us at hi@launchpointhq.com for questions or early access.

Base URL

All requests are under https://api.launchpoint.sh/{version}. The current version is 2026-07
VersionStatusRelease DateSupported UntilPhase
2026-07Supported2026-07-15Private Beta
2025-11Supported2025-11-012026-12-31Deprecated

Authentication

To authenticate your requests, include the Authorization header with the value Bearer <api_key>. For example:
const headers = {
  Authorization: "Bearer <api_key>",
};
await fetch("https://api.launchpoint.sh/2026-07/<endpoint>", {
  method: "...",
  headers,
});
You can create an API key in your dashboard.

Scopes

Keys carry scopes, chosen at creation:
ScopeGrants
campaigns:readRead campaigns, tasks, creators, submissions, posts, and metrics
campaigns:writeCreate, update, delete, and transition campaigns and tasks (implies read)
approvals:writeApprove or reject creator applications and content submissions
Keys created before version 2026-07 have no campaign scopes — re-scope them in the dashboard to use the Campaigns API.