Skip to main content

Base URL

All API endpoints are served under the following base URL:
https://api.altahq.com/v1

Quick start

1

Generate an API token

Go to the Alta dashboard under User Profile > API tokens and create a new token. Copy it.
2

Make your first request

curl https://api.altahq.com/v1/campaigns \
  -H "Authorization: Bearer YOUR_API_TOKEN"
3

Explore the endpoints

Browse the endpoint reference in the sidebar to see all available resources.

Learn more

Authentication

Set up Bearer token auth header.

Pagination

Navigate large result sets with cursor-based pagination.

Rate limiting

Understand request limits and throttling.

Error handling

Status codes, error formats, and best practices.