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 ...
Use API keys to verify scope, create branded links on approved hosts, and connect the platform to your workflows.
curl -H "X-API-Key: YOUR_PORTAL_API_KEY" "https://lcdtrc.link/api.php?action=owlnk_portal_api_scope"
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"
curl -H "Authorization: Bearer YOUR_PORTAL_API_KEY" "https://lcdtrc.link/api.php?action=owlnk_portal_api_scope"