/v1 on https://api.cloakup.me.
Quickstart
Create a key, send your first request, and follow the recommended workflow.
Authentication
API key format, scopes, rate limits, and prerequisites.
Campaigns API
List, create, update, clone, and toggle campaigns.
Domains API
Register, verify, list, and delete domains.
Base URL
CLOAKUP_API_URL in clients and scripts.
What you need
- A Cloakup plan with API keys enabled
- An API key created in Settings → API Keys in the dashboard
- A key with the right scopes for each endpoint
API keys are shown only once at creation. Store them securely. Revoked or expired keys return
401.Recommended workflow
- Register a domain:
POST /v1/domains→PATCH /v1/domains/:id/verifyuntilverified: true - Create a campaign with the minimal example — keep
deny_always: falseor omit it - Confirm with
GET /v1/campaigns/:idor list (in_reviewmust befalsefor production)