# Syntr API ## Docs - [Export CSV](https://docs.syntr.co/api-reference/audiences/lists_export.md): Download raw segment data for offline analysis. - [List Members](https://docs.syntr.co/api-reference/audiences/lists_get_recipients.md): Fetch all contacts belonging to a specific segment with pagination. - [Get List Detail](https://docs.syntr.co/api-reference/audiences/lists_get_single.md): Retrieve detailed configuration and statistics for a specific segment. - [Audience Lists](https://docs.syntr.co/api-reference/audiences/lists_list.md): Fetch all segment categories and their aggregate metrics. - [Terminate Broadcast](https://docs.syntr.co/api-reference/campaigns/campaigns_cancel.md): Abort a scheduled or sending campaign permanently. - [Create Campaign](https://docs.syntr.co/api-reference/campaigns/campaigns_create.md): Generate a new campaign draft. - [Export Report](https://docs.syntr.co/api-reference/campaigns/campaigns_export.md): Download full campaign report in multiple formats. - [List Campaigns](https://docs.syntr.co/api-reference/campaigns/campaigns_list.md): Global history of all broadcasts. - [Pause Delivery](https://docs.syntr.co/api-reference/campaigns/campaigns_pause.md): Halt an active or scheduled broadcast temporarily. - [Performance Data](https://docs.syntr.co/api-reference/campaigns/campaigns_performance.md): High-level metrics (sent, opened, clicked, bounced). - [Resume Delivery](https://docs.syntr.co/api-reference/campaigns/campaigns_resume.md): Restart a paused campaign. - [Schedule Delivery](https://docs.syntr.co/api-reference/campaigns/campaigns_schedule.md): Set a future date for broadcast. - [Send Campaign](https://docs.syntr.co/api-reference/campaigns/campaigns_send.md): Push an active draft into the delivery stream. - [Send Now (One-shot)](https://docs.syntr.co/api-reference/campaigns/campaigns_send_now.md): Create and start a campaign in one go. - [Introduction](https://docs.syntr.co/api-reference/introduction.md): High-performance email infrastructure. Manage design assets, audience segments, and delivery schedules via a unified API. - [Provision New Sender](https://docs.syntr.co/api-reference/senders/senders_create.md): Initiate DNS/Email verification for a new identity. - [Terminate Identity](https://docs.syntr.co/api-reference/senders/senders_delete.md): Permanently offboard a sending identity. - [Get Sender Details](https://docs.syntr.co/api-reference/senders/senders_get.md): Fetch full detailed state of a sending identity. - [List Identities](https://docs.syntr.co/api-reference/senders/senders_list.md): Fetch all provisioned mailboxes, their delivery health, and verification states. - [Push Template](https://docs.syntr.co/api-reference/templates/templates_create.md): Stage a raw HTML layout for campaign injection. - [Fetch Single Template](https://docs.syntr.co/api-reference/templates/templates_get_single.md): Retrieve full details for a specific design asset, including its HTML content, default subject line, and latest modification timestamp. - [Library Index](https://docs.syntr.co/api-reference/templates/templates_list.md): Retrieve all synced HTML designs. - [Quick-Add Contact](https://docs.syntr.co/api-reference/transactional/transactional_add_contact.md): Directly inject a contact into a specific list from your messaging infrastructure. - [Batch Transactional distribution](https://docs.syntr.co/api-reference/transactional/transactional_bulk.md): Execute a batch of transactional messages. You may provide a specific `emails` array for unique payloads per user, or a `list_id` to target an entire segment with `common_params`. - [Fetch List Profile](https://docs.syntr.co/api-reference/transactional/transactional_get_list.md): Retrieve segment metadata to ensure list_id validity before batch messaging. - [Message Audit Logs](https://docs.syntr.co/api-reference/transactional/transactional_logs.md): Access a detailed audit trail of all developer-triggered messages and their current delivery status. - [Send Transactional Email](https://docs.syntr.co/api-reference/transactional/transactional_send.md): Trigger a personalized email to a specific recipient. If the recipient does not exist in your CRM, they will be automatically created using the provided email and name. - [Message Inbox](https://docs.syntr.co/api-reference/univox/univox_inbox.md): Fetch messages for a specific sending identity. - [Message Detail](https://docs.syntr.co/api-reference/univox/univox_message_detail.md): Retrieve full headers and body of a specific inbound message. - [Mark not spam](https://docs.syntr.co/api-reference/univox/univox_not_spam.md): Move message from Spam/Junk to Inbox. JSON body: senderId (UUID), messageId; mailboxId required for WildDuck and Stalwart (same as list row). - [List Inbox Senders](https://docs.syntr.co/api-reference/univox/univox_senders.md): Fetch all identities capable of receiving inbound messages (Gmail OAuth, WildDuck, Stalwart IMAP). ## OpenAPI Specs - [openapi](https://docs.syntr.co/api-reference/openapi.json)