Skip to content
Letterhead Letterhead Letterhead Help Center
Admin Tools

Using the Letterhead API

Edit in CMS

The Letterhead API allows you to programmatically access newsletters, audiences, metrics, and content. Two API versions are available—v2 for organization-level operations and v3 for company-level operations—both using Bearer token authentication.

v2 (Organization-scoped)

  • Operates at the organization or brand level
  • Use for operations involving multiple companies within an organization

v3 (Company-scoped)

  • Operates at the individual company level
  • Use for company-specific operations

All API requests require a Bearer token in the Authorization header.

Authorization: Bearer <your-api-key>

TODO: Link to managing API keys to show where to generate and retrieve your key.

Example request to list newsletters:

curl -H "Authorization: Bearer your_api_key_here" \
https://api.letterhead.app/v3/newsletters

Replace your_api_key_here with your actual API key and adjust the endpoint URL based on which version (v2 or v3) your integration requires.

The complete endpoint reference, including request/response formats, is auto-generated and available at:

/api/reference

Refer to that documentation for detailed endpoint specifications, parameters, and error codes.

Still can’t find what you need? Contact support.