REST API
Full-featured API to integrate Acturity into your workflows
Build custom integrations with a comprehensive REST API that covers links, analytics, domains, and account management. Authenticate with API keys, respect plan-based rate limits, and perform bulk operations programmatically. An auto-generated OpenAPI specification documents every endpoint.
$ curl -X POST https://api.acturity.com/v1/links \
-H "Authorization: Bearer <your-api-key>" \
-d '{"url":"https://example.com","slug":"launch"}'
{"id":"lnk_abc","short_url":"acme.link/launch","clicks":0}
How it works
Generate an API key
Create API keys from your organization settings. Each key has its own quota based on your plan.
Make requests
Authenticate with your API key and call any endpoint — create links, retrieve analytics, manage domains. All responses follow a consistent JSON format.
Automate at scale
Use bulk endpoints to create, update, or delete multiple links in a single request. Integrate with your CI/CD pipeline, CRM, or internal tools.
Key Capabilities
A closer look at what rest api can do for your team
Comprehensive REST Endpoints
Full API coverage for links, analytics, domains, campaigns, and organization management. Every feature available in the UI is accessible via API.
- •Links: create, read, update, delete, bulk operations
- •Analytics: per-link, per-campaign, and aggregate data
- •Domains, campaigns, and organization management
Authentication & Rate Limiting
Authenticate with API keys managed per organization. Rate limits are enforced per plan with clear headers showing your remaining quota.
- •API key management with per-key quotas
- •Plan-based rate limiting
- •Rate limit headers on every response
Bulk Operations
Process multiple resources in a single API call. Create, update, or delete links in batches for efficient integration with high-volume workflows.
- •Batch create, update, and delete
- •Validation responses per item
- •Optimized for high-volume use
OpenAPI Documentation
An auto-generated OpenAPI specification documents every endpoint, request schema, and response format. Use it to generate client libraries in any language.
- •Auto-generated from route definitions
- •Full request/response schema documentation
- •Compatible with code generation tools
Popular Use Cases
See how teams use rest api to grow their business.
- ✓Custom dashboard integration
- ✓Automated link creation
- ✓CRM integration
- ✓E-commerce platforms
- ✓Marketing automation
- ✓Internal tools
Build anything with links
A complete REST API so you can create links, pull analytics, and manage domains from your own code.
Frequently Asked Questions
Ready to get started with REST API?
Join thousands of teams using Acturity to optimize their link management.