Developer Overview

Developer access for branded link automation and secure account-scoped integrations.

Use API keys to verify scope, create branded links on approved hosts, and connect the platform to your workflows.

Live Today Account-scoped API keys let approved integrations verify scope and create branded links on allowed hosts.

Live Endpoints

  • Scope: https://lcdtrc.link/api.php?action=owlnk_portal_api_scope
  • Create: https://lcdtrc.link/api.php?action=owlnk_portal_api_create
  • Auth: X-API-Key or Authorization: Bearer ...

Access And Usage

  • Portal API keys start on Pro and inherit into higher plans.
  • External create calls stay inside the account's allowed branded-host scope.
  • Existing connected workflows remain supported alongside these endpoints.

Quick Start

1. Check scope curl -H "X-API-Key: YOUR_PORTAL_API_KEY" "https://lcdtrc.link/api.php?action=owlnk_portal_api_scope"
2. Create a branded link curl -H "X-API-Key: YOUR_PORTAL_API_KEY" --data-urlencode "url=https://example.com/landing" --data-urlencode "create_host=go.example.com" "https://lcdtrc.link/api.php?action=owlnk_portal_api_create"
3. Use bearer authentication curl -H "Authorization: Bearer YOUR_PORTAL_API_KEY" "https://lcdtrc.link/api.php?action=owlnk_portal_api_scope"