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.

Full REST coverage API key management with quotas Per-plan rate limiting Auto-generated OpenAPI spec
terminal

$ 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}

Full REST
API coverage
Per-plan
rate limits
Bulk
create/update/delete
OpenAPI
auto-generated spec

How it works

1

Generate an API key

Create API keys from your organization settings. Each key has its own quota based on your plan.

2

Make requests

Authenticate with your API key and call any endpoint — create links, retrieve analytics, manage domains. All responses follow a consistent JSON format.

3

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.

Full REST
API coverage
OpenAPI
documentation

Frequently Asked Questions

Ready to get started with REST API?

Join thousands of teams using Acturity to optimize their link management.