# Reply API Documentation: 3.0 API Reference

## API Reference

### Getting started

- [Introduction](https://docs.reply.io/api-reference/introduction.md): The Reply API v3 in one page: base URL, Bearer token auth, JSON format, rate limits, and what each group of endpoints covers.
- [Platform overview](https://docs.reply.io/getting-started.md): One platform, four access layers — API, MCP, CLI, and Skills over the same Reply.io workspace.
- [Authentication](https://docs.reply.io/api-reference/authentication.md): Authenticate Reply API requests with a Bearer token. How to create an API key, send it, check it with /v3/whoami, and handle 401 errors.
- [Rate limits](https://docs.reply.io/api-reference/rate-limits.md): Reply API rate limits are 100 requests per minute and 3,000 per hour. See which endpoints are stricter and how to handle a 429 response.
- [OpenAPI & Postman](https://docs.reply.io/openapi-postman.md): Download the Reply API OpenAPI 3.1 spec or import the Postman collection to generate clients and test endpoints with auth already set up.
- [Slack community](https://docs.reply.io/slack.md): Join the Reply developer Slack to ask API questions, share feedback, and talk with other developers. No Reply account needed to join.

### 01  Team & Preferences

#### User Account

- [Get current user](https://docs.reply.io/api-reference/user-account/get-current-user.md): <small>_No scope required — any valid API key can call this endpoint._</small>
- [List team users](https://docs.reply.io/api-reference/user-account/list-team-users.md): <small>_No scope required — any valid API key can call this endpoint._</small>

#### Settings

- [Get settings](https://docs.reply.io/api-reference/settings/get-settings.md): <small>_Requires the `settings:read` scope (or a broader one that includes it)._</small>
- [Update settings](https://docs.reply.io/api-reference/settings/update-settings.md): <small>_Requires the `settings:write` scope (or a broader one that includes it)._</small>

### 02  Contacts & Accounts

#### Contacts

- [List all contacts](https://docs.reply.io/api-reference/contacts/list-all-contacts.md): <small>_Requires the `contacts:read` scope (or a broader one that includes it)._</small>
- [Create a contact](https://docs.reply.io/api-reference/contacts/create-a-contact.md): <small>_Requires the `contacts:write` scope (or a broader one that includes it)._</small>
- [Get a contact](https://docs.reply.io/api-reference/contacts/get-a-contact.md): <small>_Requires the `contacts:read` scope (or a broader one that includes it)._</small>
- [Update a contact](https://docs.reply.io/api-reference/contacts/update-a-contact.md): <small>_Requires the `contacts:write` scope (or a broader one that includes it)._</small>
- [Delete a contact](https://docs.reply.io/api-reference/contacts/delete-a-contact.md): <small>_Requires the `contacts:write` scope (or a broader one that includes it)._</small>
- [Import contacts](https://docs.reply.io/api-reference/contacts/import-contacts.md): <small>_Requires the `contacts:write` scope (or a broader one that includes it)._</small>
- [Filter contacts](https://docs.reply.io/api-reference/contacts/filter-contacts.md): <small>_Requires the `contacts:read` scope (or a broader one that includes it)._</small>
- [Count filtered contacts](https://docs.reply.io/api-reference/contacts/count-filtered-contacts.md): <Warning>   **Coming soon.** This endpoint will be available by late August 2026. </Warning>
- [Bulk delete contacts](https://docs.reply.io/api-reference/contacts/bulk-delete-contacts.md): <small>_Requires the `contacts:write` scope (or a broader one that includes it)._</small>
- [Get sequences for a contact](https://docs.reply.io/api-reference/contacts/get-sequences-for-a-contact.md): <small>_Requires the `contacts:read` scope (or a broader one that includes it)._</small>
- [Get activities for a contact](https://docs.reply.io/api-reference/contacts/get-activities-for-a-contact.md): <small>_Requires the `contacts:read` scope (or a broader one that includes it)._</small>
- [Get inbox threads for a contact](https://docs.reply.io/api-reference/contacts/get-inbox-threads-for-a-contact.md): <Tip>   **New.** This endpoint shipped recently. If anything about it is unclear or could work better for you, tell us in the [developer Slack](/slack). </Tip>
- [Mark or unmark contacts as replied](https://docs.reply.io/api-reference/contacts/mark-or-unmark-contacts-as-replied.md): <small>_Requires the `contacts:operate` scope (or a broader one that includes it)._</small>
- [Mark or unmark contacts as bounced](https://docs.reply.io/api-reference/contacts/mark-or-unmark-contacts-as-bounced.md): <small>_Requires the `contacts:operate` scope (or a broader one that includes it)._</small>
- [Opt contacts out or clear their opt-out](https://docs.reply.io/api-reference/contacts/opt-contacts-out-or-clear-their-opt-out.md): <Warning>   **Coming soon.** This endpoint will be available by early September 2026. </Warning>
- [Set contacts' in-sequence status](https://docs.reply.io/api-reference/contacts/set-contacts-in-sequence-status.md): <small>_Requires the `contacts:operate` scope (or a broader one that includes it)._</small>
- [Get a contact's statuses](https://docs.reply.io/api-reference/contacts/get-a-contacts-statuses.md): <small>_Requires the `contacts:read` scope (or a broader one that includes it)._</small>
- [Change contacts owner](https://docs.reply.io/api-reference/contacts/change-contacts-owner.md): <small>_Requires the `contacts:operate` scope (or a broader one that includes it)._</small>
- [Add a note to a contact](https://docs.reply.io/api-reference/contacts/add-a-note-to-a-contact.md): <small>_Requires the `contacts:operate` scope (or a broader one that includes it)._</small>
- [Move a contact to a sequence](https://docs.reply.io/api-reference/contacts/move-a-contact-to-a-sequence.md): <small>_Requires the `contacts:operate` scope (or a broader one that includes it)._</small>

#### Contact Lists

- [List contact lists](https://docs.reply.io/api-reference/contact-lists/list-contact-lists.md): <small>_Requires the `contacts:read` scope (or a broader one that includes it)._</small>
- [Create a contact list](https://docs.reply.io/api-reference/contact-lists/create-a-contact-list.md): <small>_Requires the `contacts:write` scope (or a broader one that includes it)._</small>
- [Get a contact list](https://docs.reply.io/api-reference/contact-lists/get-a-contact-list.md): <small>_Requires the `contacts:read` scope (or a broader one that includes it)._</small>
- [Update a contact list](https://docs.reply.io/api-reference/contact-lists/update-a-contact-list.md): <small>_Requires the `contacts:write` scope (or a broader one that includes it)._</small>
- [Delete a contact list](https://docs.reply.io/api-reference/contact-lists/delete-a-contact-list.md): <small>_Requires the `contacts:write` scope (or a broader one that includes it)._</small>
- [Share a contact list](https://docs.reply.io/api-reference/contact-lists/share-a-contact-list.md): <small>_Requires the `contacts:write` scope (or a broader one that includes it)._</small>
- [Unshare a contact list](https://docs.reply.io/api-reference/contact-lists/unshare-a-contact-list.md): <small>_Requires the `contacts:write` scope (or a broader one that includes it)._</small>
- [Move contacts to a contact list](https://docs.reply.io/api-reference/contact-lists/move-contacts-to-a-contact-list.md): <small>_Requires the `contacts:operate` scope (or a broader one that includes it)._</small>
- [Add contacts to a contact list](https://docs.reply.io/api-reference/contact-lists/add-contacts-to-a-contact-list.md): <small>_Requires the `contacts:operate` scope (or a broader one that includes it)._</small>
- [Get contact's lists](https://docs.reply.io/api-reference/contact-lists/get-contacts-lists.md): <small>_Requires the `contacts:read` scope (or a broader one that includes it)._</small>

#### Accounts

- [List accounts](https://docs.reply.io/api-reference/accounts/list-accounts.md): <small>_Requires the `contacts:read` scope (or a broader one that includes it)._</small>
- [Create an account](https://docs.reply.io/api-reference/accounts/create-an-account.md): <small>_Requires the `contacts:write` scope (or a broader one that includes it)._</small>
- [Filter accounts](https://docs.reply.io/api-reference/accounts/filter-accounts.md): <small>_Requires the `contacts:read` scope (or a broader one that includes it)._</small>
- [Get an account](https://docs.reply.io/api-reference/accounts/get-an-account.md): <small>_Requires the `contacts:read` scope (or a broader one that includes it)._</small>
- [Update an account](https://docs.reply.io/api-reference/accounts/update-an-account.md): <small>_Requires the `contacts:write` scope (or a broader one that includes it)._</small>
- [Delete an account](https://docs.reply.io/api-reference/accounts/delete-an-account.md): <small>_Requires the `contacts:write` scope (or a broader one that includes it)._</small>
- [Bulk create accounts](https://docs.reply.io/api-reference/accounts/bulk-create-accounts.md): <small>_Requires the `contacts:write` scope (or a broader one that includes it)._</small>
- [Bulk delete accounts](https://docs.reply.io/api-reference/accounts/bulk-delete-accounts.md): <small>_Requires the `contacts:write` scope (or a broader one that includes it)._</small>
- [Update account owner](https://docs.reply.io/api-reference/accounts/update-account-owner.md): <small>_Requires the `contacts:write` scope (or a broader one that includes it)._</small>
- [List contacts for an account](https://docs.reply.io/api-reference/accounts/list-contacts-for-an-account.md): <small>_Requires the `contacts:read` scope (or a broader one that includes it)._</small>
- [Bulk add contacts to an account](https://docs.reply.io/api-reference/accounts/bulk-add-contacts-to-an-account.md): <small>_Requires the `contacts:operate` scope (or a broader one that includes it)._</small>
- [Bulk remove contacts from an account](https://docs.reply.io/api-reference/accounts/bulk-remove-contacts-from-an-account.md): <small>_Requires the `contacts:operate` scope (or a broader one that includes it)._</small>

#### Account Lists

- [List account lists](https://docs.reply.io/api-reference/account-lists/list-account-lists.md): <small>_Requires the `contacts:read` scope (or a broader one that includes it)._</small>
- [Create an account list](https://docs.reply.io/api-reference/account-lists/create-an-account-list.md): <small>_Requires the `contacts:write` scope (or a broader one that includes it)._</small>
- [Get an account list](https://docs.reply.io/api-reference/account-lists/get-an-account-list.md): <small>_Requires the `contacts:read` scope (or a broader one that includes it)._</small>
- [Update an account list](https://docs.reply.io/api-reference/account-lists/update-an-account-list.md): <small>_Requires the `contacts:write` scope (or a broader one that includes it)._</small>
- [Delete an account list](https://docs.reply.io/api-reference/account-lists/delete-an-account-list.md): <small>_Requires the `contacts:write` scope (or a broader one that includes it)._</small>
- [Move accounts to an account list](https://docs.reply.io/api-reference/account-lists/move-accounts-to-an-account-list.md): <small>_Requires the `contacts:operate` scope (or a broader one that includes it)._</small>
- [Add accounts to an account list](https://docs.reply.io/api-reference/account-lists/add-accounts-to-an-account-list.md): <small>_Requires the `contacts:operate` scope (or a broader one that includes it)._</small>

#### Custom Fields

- [List all custom fields](https://docs.reply.io/api-reference/custom-fields/list-all-custom-fields.md): <small>_Requires the `contacts:read` scope (or a broader one that includes it)._</small>
- [Create a custom field](https://docs.reply.io/api-reference/custom-fields/create-a-custom-field.md): <small>_Requires the `contacts:write` scope (or a broader one that includes it)._</small>
- [Get a custom field](https://docs.reply.io/api-reference/custom-fields/get-a-custom-field.md): <small>_Requires the `contacts:read` scope (or a broader one that includes it)._</small>
- [Update a custom field](https://docs.reply.io/api-reference/custom-fields/update-a-custom-field.md): <small>_Requires the `contacts:write` scope (or a broader one that includes it)._</small>
- [Delete a custom field](https://docs.reply.io/api-reference/custom-fields/delete-a-custom-field.md): <small>_Requires the `contacts:write` scope (or a broader one that includes it)._</small>

#### Contact Blacklist Rules

- [List domain blacklist rules](https://docs.reply.io/api-reference/contact-blacklist-rules/list-domain-blacklist-rules.md): <small>_Requires the `contacts:read` scope (or a broader one that includes it)._</small>
- [Create a domain blacklist rule](https://docs.reply.io/api-reference/contact-blacklist-rules/create-a-domain-blacklist-rule.md): <small>_Requires the `contacts:write` scope (or a broader one that includes it)._</small>
- [Get a domain blacklist rule](https://docs.reply.io/api-reference/contact-blacklist-rules/get-a-domain-blacklist-rule.md): <small>_Requires the `contacts:read` scope (or a broader one that includes it)._</small>
- [Update a domain blacklist rule](https://docs.reply.io/api-reference/contact-blacklist-rules/update-a-domain-blacklist-rule.md): <small>_Requires the `contacts:write` scope (or a broader one that includes it)._</small>
- [Delete a domain blacklist rule](https://docs.reply.io/api-reference/contact-blacklist-rules/delete-a-domain-blacklist-rule.md): <small>_Requires the `contacts:write` scope (or a broader one that includes it)._</small>
- [Bulk create domain blacklist rules](https://docs.reply.io/api-reference/contact-blacklist-rules/bulk-create-domain-blacklist-rules.md): <small>_Requires the `contacts:write` scope (or a broader one that includes it)._</small>
- [Bulk delete domain blacklist rules](https://docs.reply.io/api-reference/contact-blacklist-rules/bulk-delete-domain-blacklist-rules.md): <small>_Requires the `contacts:write` scope (or a broader one that includes it)._</small>
- [List email blacklist rules](https://docs.reply.io/api-reference/contact-blacklist-rules/list-email-blacklist-rules.md): <small>_Requires the `contacts:read` scope (or a broader one that includes it)._</small>
- [Create an email blacklist rule](https://docs.reply.io/api-reference/contact-blacklist-rules/create-an-email-blacklist-rule.md): <small>_Requires the `contacts:write` scope (or a broader one that includes it)._</small>
- [Get an email blacklist rule](https://docs.reply.io/api-reference/contact-blacklist-rules/get-an-email-blacklist-rule.md): <small>_Requires the `contacts:read` scope (or a broader one that includes it)._</small>
- [Update an email blacklist rule](https://docs.reply.io/api-reference/contact-blacklist-rules/update-an-email-blacklist-rule.md): <small>_Requires the `contacts:write` scope (or a broader one that includes it)._</small>
- [Delete an email blacklist rule](https://docs.reply.io/api-reference/contact-blacklist-rules/delete-an-email-blacklist-rule.md): <small>_Requires the `contacts:write` scope (or a broader one that includes it)._</small>
- [Bulk create email blacklist rules](https://docs.reply.io/api-reference/contact-blacklist-rules/bulk-create-email-blacklist-rules.md): <small>_Requires the `contacts:write` scope (or a broader one that includes it)._</small>
- [Bulk delete email blacklist rules](https://docs.reply.io/api-reference/contact-blacklist-rules/bulk-delete-email-blacklist-rules.md): <small>_Requires the `contacts:write` scope (or a broader one that includes it)._</small>
- [List email exception blacklist rules](https://docs.reply.io/api-reference/contact-blacklist-rules/list-email-exception-blacklist-rules.md): <small>_Requires the `contacts:read` scope (or a broader one that includes it)._</small>
- [Create an email exception blacklist rule](https://docs.reply.io/api-reference/contact-blacklist-rules/create-an-email-exception-blacklist-rule.md): <small>_Requires the `contacts:write` scope (or a broader one that includes it)._</small>
- [Get an email exception blacklist rule](https://docs.reply.io/api-reference/contact-blacklist-rules/get-an-email-exception-blacklist-rule.md): <small>_Requires the `contacts:read` scope (or a broader one that includes it)._</small>
- [Update an email exception blacklist rule](https://docs.reply.io/api-reference/contact-blacklist-rules/update-an-email-exception-blacklist-rule.md): <small>_Requires the `contacts:write` scope (or a broader one that includes it)._</small>
- [Delete an email exception blacklist rule](https://docs.reply.io/api-reference/contact-blacklist-rules/delete-an-email-exception-blacklist-rule.md): <small>_Requires the `contacts:write` scope (or a broader one that includes it)._</small>
- [Bulk create email exception blacklist rules](https://docs.reply.io/api-reference/contact-blacklist-rules/bulk-create-email-exception-blacklist-rules.md): <small>_Requires the `contacts:write` scope (or a broader one that includes it)._</small>
- [Bulk delete email exception blacklist rules](https://docs.reply.io/api-reference/contact-blacklist-rules/bulk-delete-email-exception-blacklist-rules.md): <small>_Requires the `contacts:write` scope (or a broader one that includes it)._</small>

### 03  Data

#### Live Data

- [Preview a Live Data search](https://docs.reply.io/api-reference/live-data/preview-a-live-data-search.md): <Tip>   **New.** This endpoint shipped recently. If anything about it is unclear or could work better for you, tell us in the [developer Slack](/slack). </Tip>
- [List Live Data searches](https://docs.reply.io/api-reference/live-data/list-live-data-searches.md): <Tip>   **New.** This endpoint shipped recently. If anything about it is unclear or could work better for you, tell us in the [developer Slack](/slack). </Tip>
- [Start a Live Data search](https://docs.reply.io/api-reference/live-data/start-a-live-data-search.md): <Tip>   **New.** This endpoint shipped recently. If anything about it is unclear or could work better for you, tell us in the [developer Slack](/slack). </Tip>
- [Get a Live Data search](https://docs.reply.io/api-reference/live-data/get-a-live-data-search.md): <Tip>   **New.** This endpoint shipped recently. If anything about it is unclear or could work better for you, tell us in the [developer Slack](/slack). </Tip>
- [Live Data industries typeahead](https://docs.reply.io/api-reference/live-data/live-data-industries-typeahead.md): <Tip>   **New.** This endpoint shipped recently. If anything about it is unclear or could work better for you, tell us in the [developer Slack](/slack). </Tip>
- [Departments typeahead](https://docs.reply.io/api-reference/live-data/departments-typeahead.md): <Tip>   **New.** This endpoint shipped recently. If anything about it is unclear or could work better for you, tell us in the [developer Slack](/slack). </Tip>
- [Seniorities typeahead](https://docs.reply.io/api-reference/live-data/seniorities-typeahead.md): <Tip>   **New.** This endpoint shipped recently. If anything about it is unclear or could work better for you, tell us in the [developer Slack](/slack). </Tip>
- [Locations typeahead](https://docs.reply.io/api-reference/live-data/locations-typeahead.md): <Tip>   **New.** This endpoint shipped recently. If anything about it is unclear or could work better for you, tell us in the [developer Slack](/slack). </Tip>
- [Job titles typeahead](https://docs.reply.io/api-reference/live-data/job-titles-typeahead.md): <Tip>   **New.** This endpoint shipped recently. If anything about it is unclear or could work better for you, tell us in the [developer Slack](/slack). </Tip>

#### Contact Enrichment

- [Enrich contacts by email](https://docs.reply.io/api-reference/contact-enrichment/enrich-contacts-by-email.md): <Warning>   **Coming soon.** This endpoint will be available by late August 2026. </Warning>
- [Find missing email addresses](https://docs.reply.io/api-reference/contact-enrichment/find-missing-email-addresses.md): <Warning>   **Coming soon.** This endpoint will be available by late August 2026. </Warning>
- [Find phone numbers](https://docs.reply.io/api-reference/contact-enrichment/find-phone-numbers.md): <Warning>   **Coming soon.** This endpoint will be available by late August 2026. </Warning>
- [Enrich contacts by LinkedIn URL](https://docs.reply.io/api-reference/contact-enrichment/enrich-contacts-by-linkedin-url.md): <Warning>   **Coming soon.** This endpoint will be available by late August 2026. </Warning>
- [Fill AI custom fields](https://docs.reply.io/api-reference/contact-enrichment/fill-ai-custom-fields.md): <Warning>   **Coming soon.** This endpoint will be available by late August 2026. </Warning>

#### Email Validations

- [Estimate email validation](https://docs.reply.io/api-reference/email-validations/estimate-email-validation.md): <small>_Requires the `contacts:read` scope (or a broader one that includes it)._</small>
- [Schedule email validation](https://docs.reply.io/api-reference/email-validations/schedule-email-validation.md): <small>_Requires the `contacts:operate` scope (or a broader one that includes it)._</small>

#### AI SDR Web Search

- [Start an AI web search](https://docs.reply.io/api-reference/ai-sdr-web-search/start-an-ai-web-search.md): <Warning>   **Coming soon.** This endpoint will be available by late August 2026. </Warning>
- [List AI web searches for a sequence](https://docs.reply.io/api-reference/ai-sdr-web-search/list-ai-web-searches-for-a-sequence.md): <Warning>   **Coming soon.** This endpoint will be available by late August 2026. </Warning>

### 04  Sequences

#### Sequences

- [List all sequences](https://docs.reply.io/api-reference/sequences/list-all-sequences.md): <small>_Requires the `sequences:read` scope (or a broader one that includes it)._</small>
- [Create a sequence](https://docs.reply.io/api-reference/sequences/create-a-sequence.md): <small>_Requires the `sequences:write` scope (or a broader one that includes it)._</small>
- [Count sequences](https://docs.reply.io/api-reference/sequences/count-sequences.md): <Warning>   **Coming soon.** This endpoint will be available by late August 2026. </Warning>
- [Get a sequence](https://docs.reply.io/api-reference/sequences/get-a-sequence.md): <small>_Requires the `sequences:read` scope (or a broader one that includes it)._</small>
- [Update a sequence](https://docs.reply.io/api-reference/sequences/update-a-sequence.md): <small>_Requires the `sequences:write` scope (or a broader one that includes it)._</small>
- [Delete a sequence](https://docs.reply.io/api-reference/sequences/delete-a-sequence.md): <small>_Requires the `sequences:write` scope (or a broader one that includes it)._</small>
- [Start a sequence](https://docs.reply.io/api-reference/sequences/start-a-sequence.md): <small>_Requires the `sequences:operate` scope (or a broader one that includes it)._</small>
- [Pause a sequence](https://docs.reply.io/api-reference/sequences/pause-a-sequence.md): <small>_Requires the `sequences:operate` scope (or a broader one that includes it)._</small>
- [Archive a sequence](https://docs.reply.io/api-reference/sequences/archive-a-sequence.md): <small>_Requires the `sequences:operate` scope (or a broader one that includes it)._</small>
- [Unarchive a sequence](https://docs.reply.io/api-reference/sequences/unarchive-a-sequence.md): <Warning>   **Coming soon.** This endpoint will be available by late August 2026. </Warning>
- [Change sequence owner](https://docs.reply.io/api-reference/sequences/change-sequence-owner.md): <small>_Requires the `sequences:write` scope (or a broader one that includes it)._</small>
- [Bulk start sequences](https://docs.reply.io/api-reference/sequences/bulk-start-sequences.md): <small>_Requires the `sequences:operate` scope (or a broader one that includes it)._</small>
- [Bulk pause sequences](https://docs.reply.io/api-reference/sequences/bulk-pause-sequences.md): <small>_Requires the `sequences:operate` scope (or a broader one that includes it)._</small>
- [Bulk archive sequences](https://docs.reply.io/api-reference/sequences/bulk-archive-sequences.md): <small>_Requires the `sequences:write` scope (or a broader one that includes it)._</small>
- [Bulk unarchive sequences](https://docs.reply.io/api-reference/sequences/bulk-unarchive-sequences.md): <Warning>   **Coming soon.** This endpoint will be available by late August 2026. </Warning>
- [Bulk delete sequences](https://docs.reply.io/api-reference/sequences/bulk-delete-sequences.md): <small>_Requires the `sequences:write` scope (or a broader one that includes it)._</small>
- [Bulk change sequence owner](https://docs.reply.io/api-reference/sequences/bulk-change-sequence-owner.md): <small>_Requires the `sequences:write` scope (or a broader one that includes it)._</small>
- [Save a sequence as a template](https://docs.reply.io/api-reference/sequences/save-a-sequence-as-a-template.md): <small>_Requires the `sequences:write` scope (or a broader one that includes it)._</small>
- [Create a sequence from a template](https://docs.reply.io/api-reference/sequences/create-a-sequence-from-a-template.md): <small>_Requires the `sequences:write` scope (or a broader one that includes it)._</small>
- [Get sequence stats](https://docs.reply.io/api-reference/sequences/get-sequence-stats.md): <small>_Requires the `sequences:read` scope (or a broader one that includes it)._</small>
- [Get stats for all sequences](https://docs.reply.io/api-reference/sequences/get-stats-for-all-sequences.md): <small>_Requires the `sequences:read` scope (or a broader one that includes it)._</small>

#### Sequence Steps

- [List all sequence steps](https://docs.reply.io/api-reference/sequence-steps/list-all-sequence-steps.md): <small>_Requires the `sequences:read` scope (or a broader one that includes it)._</small>
- [Create a sequence step](https://docs.reply.io/api-reference/sequence-steps/create-a-sequence-step.md): <small>_Requires the `sequences:write` scope (or a broader one that includes it)._</small>
- [Get a sequence step](https://docs.reply.io/api-reference/sequence-steps/get-a-sequence-step.md): <small>_Requires the `sequences:read` scope (or a broader one that includes it)._</small>
- [Update a sequence step](https://docs.reply.io/api-reference/sequence-steps/update-a-sequence-step.md): <small>_Requires the `sequences:write` scope (or a broader one that includes it)._</small>
- [Delete a sequence step](https://docs.reply.io/api-reference/sequence-steps/delete-a-sequence-step.md): <small>_Requires the `sequences:write` scope (or a broader one that includes it)._</small>
- [Bulk create sequence steps](https://docs.reply.io/api-reference/sequence-steps/bulk-create-sequence-steps.md): <small>_Requires the `sequences:write` scope (or a broader one that includes it)._</small>
- [Bulk delete sequence steps](https://docs.reply.io/api-reference/sequence-steps/bulk-delete-sequence-steps.md): <small>_Requires the `sequences:write` scope (or a broader one that includes it)._</small>
- [Enable step variants](https://docs.reply.io/api-reference/sequence-steps/enable-step-variants.md): <small>_Requires the `sequences:operate` scope (or a broader one that includes it)._</small>
- [Disable step variants](https://docs.reply.io/api-reference/sequence-steps/disable-step-variants.md): <small>_Requires the `sequences:operate` scope (or a broader one that includes it)._</small>
- [List step variants](https://docs.reply.io/api-reference/sequence-steps/list-step-variants.md): <small>_Requires the `sequences:read` scope (or a broader one that includes it)._</small>
- [Create a step variant](https://docs.reply.io/api-reference/sequence-steps/create-a-step-variant.md): <small>_Requires the `sequences:write` scope (or a broader one that includes it)._</small>
- [Bulk create step variants](https://docs.reply.io/api-reference/sequence-steps/bulk-create-step-variants.md): <small>_Requires the `sequences:write` scope (or a broader one that includes it)._</small>
- [Bulk delete step variants](https://docs.reply.io/api-reference/sequence-steps/bulk-delete-step-variants.md): <small>_Requires the `sequences:write` scope (or a broader one that includes it)._</small>
- [Update a step variant](https://docs.reply.io/api-reference/sequence-steps/update-a-step-variant.md): <small>_Requires the `sequences:write` scope (or a broader one that includes it)._</small>
- [Delete a step variant](https://docs.reply.io/api-reference/sequence-steps/delete-a-step-variant.md): <small>_Requires the `sequences:write` scope (or a broader one that includes it)._</small>
- [List contact filter properties](https://docs.reply.io/api-reference/sequence-steps/list-contact-filter-properties.md): <small>_Requires the `sequences:read` scope (or a broader one that includes it)._</small>

#### Sequence Contacts

- [List contacts in sequence](https://docs.reply.io/api-reference/sequence-contacts/list-contacts-in-sequence.md): <small>_Requires the `sequences:read` scope (or a broader one that includes it)._</small>
- [Count contacts in sequence](https://docs.reply.io/api-reference/sequence-contacts/count-contacts-in-sequence.md): <Warning>   **Coming soon.** This endpoint will be available by late August 2026. </Warning>
- [Get a contact in a sequence](https://docs.reply.io/api-reference/sequence-contacts/get-a-contact-in-a-sequence.md): <small>_Requires the `sequences:read` scope (or a broader one that includes it)._</small>
- [List contacts in sequence with extended state](https://docs.reply.io/api-reference/sequence-contacts/list-contacts-in-sequence-with-extended-state.md): <small>_Requires the `sequences:read` scope (or a broader one that includes it)._</small>
- [Remove contact from sequence](https://docs.reply.io/api-reference/sequence-contacts/remove-contact-from-sequence.md): <small>_Requires the `sequences:operate` scope (or a broader one that includes it)._</small>
- [Bulk add contacts to sequence](https://docs.reply.io/api-reference/sequence-contacts/bulk-add-contacts-to-sequence.md): <small>_Requires the `sequences:operate` scope (or a broader one that includes it)._</small>
- [Bulk remove contacts from sequence](https://docs.reply.io/api-reference/sequence-contacts/bulk-remove-contacts-from-sequence.md): <small>_Requires the `sequences:operate` scope (or a broader one that includes it)._</small>
- [Set contacts' status in this sequence](https://docs.reply.io/api-reference/sequence-contacts/set-contacts-status-in-this-sequence.md): <small>_Requires the `sequences:operate` scope (or a broader one that includes it)._</small>
- [Mark or unmark contacts as replied in this sequence](https://docs.reply.io/api-reference/sequence-contacts/mark-or-unmark-contacts-as-replied-in-this-sequence.md): <small>_Requires the `sequences:operate` scope (or a broader one that includes it)._</small>
- [Mark or unmark contacts as bounced in this sequence](https://docs.reply.io/api-reference/sequence-contacts/mark-or-unmark-contacts-as-bounced-in-this-sequence.md): <small>_Requires the `sequences:operate` scope (or a broader one that includes it)._</small>
- [Set the sending mailbox for contacts in this sequence](https://docs.reply.io/api-reference/sequence-contacts/set-the-sending-mailbox-for-contacts-in-this-sequence.md): <Tip>   **New.** This endpoint shipped recently. If anything about it is unclear or could work better for you, tell us in the [developer Slack](/slack). </Tip>
- [Get sequence preview for a contact](https://docs.reply.io/api-reference/sequence-contacts/get-sequence-preview-for-a-contact.md): <Tip>   **New.** This endpoint shipped recently. If anything about it is unclear or could work better for you, tell us in the [developer Slack](/slack). </Tip>
- [Reset manual edits in a sequence preview](https://docs.reply.io/api-reference/sequence-contacts/reset-manual-edits-in-a-sequence-preview.md): <Tip>   **New.** This endpoint shipped recently. If anything about it is unclear or could work better for you, tell us in the [developer Slack](/slack). </Tip>

#### Sequence Folders

- [List all sequence folders](https://docs.reply.io/api-reference/sequence-folders/list-all-sequence-folders.md): <small>_Requires the `sequences:read` scope (or a broader one that includes it)._</small>
- [Create a sequence folder](https://docs.reply.io/api-reference/sequence-folders/create-a-sequence-folder.md): <small>_Requires the `sequences:write` scope (or a broader one that includes it)._</small>
- [Get a sequence folder](https://docs.reply.io/api-reference/sequence-folders/get-a-sequence-folder.md): <small>_Requires the `sequences:read` scope (or a broader one that includes it)._</small>
- [Update a sequence folder](https://docs.reply.io/api-reference/sequence-folders/update-a-sequence-folder.md): <small>_Requires the `sequences:write` scope (or a broader one that includes it)._</small>
- [Delete a sequence folder](https://docs.reply.io/api-reference/sequence-folders/delete-a-sequence-folder.md): <small>_Requires the `sequences:write` scope (or a broader one that includes it)._</small>
- [List sequences in a folder](https://docs.reply.io/api-reference/sequence-folders/list-sequences-in-a-folder.md): <small>_Requires the `sequences:read` scope (or a broader one that includes it)._</small>
- [Bulk assign sequences to a folder](https://docs.reply.io/api-reference/sequence-folders/bulk-assign-sequences-to-a-folder.md): <small>_Requires the `sequences:operate` scope (or a broader one that includes it)._</small>
- [Bulk unassign sequences from a folder](https://docs.reply.io/api-reference/sequence-folders/bulk-unassign-sequences-from-a-folder.md): <small>_Requires the `sequences:operate` scope (or a broader one that includes it)._</small>

#### Email Accounts

- [List email accounts](https://docs.reply.io/api-reference/email-accounts/list-email-accounts.md): <small>_Requires the `channels:read` scope (or a broader one that includes it)._</small>
- [Create an email account](https://docs.reply.io/api-reference/email-accounts/create-an-email-account.md): <small>_Requires the `channels:write` scope (or a broader one that includes it)._</small>
- [Filter email accounts](https://docs.reply.io/api-reference/email-accounts/filter-email-accounts.md): <small>_Requires the `channels:read` scope (or a broader one that includes it)._</small>
- [Get an email account](https://docs.reply.io/api-reference/email-accounts/get-an-email-account.md): <small>_Requires the `channels:read` scope (or a broader one that includes it)._</small>
- [Update an email account](https://docs.reply.io/api-reference/email-accounts/update-an-email-account.md): <small>_Requires the `channels:write` scope (or a broader one that includes it)._</small>
- [Delete an email account](https://docs.reply.io/api-reference/email-accounts/delete-an-email-account.md): <small>_Requires the `channels:write` scope (or a broader one that includes it)._</small>
- [Set default email account](https://docs.reply.io/api-reference/email-accounts/set-default-email-account.md): <small>_Requires the `channels:operate` scope (or a broader one that includes it)._</small>
- [Resume sending](https://docs.reply.io/api-reference/email-accounts/resume-sending.md): <small>_Requires the `channels:operate` scope (or a broader one that includes it)._</small>
- [Bulk delete email accounts](https://docs.reply.io/api-reference/email-accounts/bulk-delete-email-accounts.md): <small>_Requires the `channels:write` scope (or a broader one that includes it)._</small>
- [Connect Gmail account via OAuth](https://docs.reply.io/api-reference/email-accounts/connect-gmail-account-via-oauth.md): <small>_Requires the `channels:write` scope (or a broader one that includes it)._</small>
- [Connect Office 365 account via OAuth](https://docs.reply.io/api-reference/email-accounts/connect-office-365-account-via-oauth.md): <small>_Requires the `channels:write` scope (or a broader one that includes it)._</small>
- [Test SMTP connectivity](https://docs.reply.io/api-reference/email-accounts/test-smtp-connectivity.md): <small>_Requires the `channels:operate` scope (or a broader one that includes it)._</small>
- [Test IMAP connectivity](https://docs.reply.io/api-reference/email-accounts/test-imap-connectivity.md): <small>_Requires the `channels:operate` scope (or a broader one that includes it)._</small>
- [Get email account stats](https://docs.reply.io/api-reference/email-accounts/get-email-account-stats.md): <Warning>   **Coming soon.** This endpoint will be available by late August 2026. </Warning>
- [Filter email account stats](https://docs.reply.io/api-reference/email-accounts/filter-email-account-stats.md): <Warning>   **Coming soon.** This endpoint will be available by late August 2026. </Warning>
- [List email account tags](https://docs.reply.io/api-reference/email-accounts/list-email-account-tags.md): <small>_Requires the `channels:read` scope (or a broader one that includes it)._</small>
- [Update a tag](https://docs.reply.io/api-reference/email-accounts/update-a-tag.md): <small>_Requires the `channels:operate` scope (or a broader one that includes it)._</small>
- [Add tags to an email account](https://docs.reply.io/api-reference/email-accounts/add-tags-to-an-email-account.md): <small>_Requires the `channels:operate` scope (or a broader one that includes it)._</small>
- [Remove tags from an email account](https://docs.reply.io/api-reference/email-accounts/remove-tags-from-an-email-account.md): <small>_Requires the `channels:operate` scope (or a broader one that includes it)._</small>

#### Sequence Email Accounts

- [List email accounts in sequence](https://docs.reply.io/api-reference/sequence-email-accounts/list-email-accounts-in-sequence.md): <small>_Requires the `sequences:read` scope (or a broader one that includes it)._</small>
- [Assign email account to sequence](https://docs.reply.io/api-reference/sequence-email-accounts/assign-email-account-to-sequence.md): <small>_Requires the `sequences:operate` scope (or a broader one that includes it)._</small>
- [Set sequence email accounts](https://docs.reply.io/api-reference/sequence-email-accounts/set-sequence-email-accounts.md): <small>_Requires the `sequences:operate` scope (or a broader one that includes it)._</small>
- [Remove email account from sequence](https://docs.reply.io/api-reference/sequence-email-accounts/remove-email-account-from-sequence.md): <small>_Requires the `sequences:operate` scope (or a broader one that includes it)._</small>

#### LinkedIn Accounts

- [List LinkedIn accounts](https://docs.reply.io/api-reference/linkedin-accounts/list-linkedin-accounts.md): <small>_Requires the `channels:read` scope (or a broader one that includes it)._</small>
- [Get a LinkedIn account](https://docs.reply.io/api-reference/linkedin-accounts/get-a-linkedin-account.md): <small>_Requires the `channels:read` scope (or a broader one that includes it)._</small>
- [Delete a LinkedIn account](https://docs.reply.io/api-reference/linkedin-accounts/delete-a-linkedin-account.md): <small>_Requires the `channels:write` scope (or a broader one that includes it)._</small>
- [Bulk delete LinkedIn accounts](https://docs.reply.io/api-reference/linkedin-accounts/bulk-delete-linkedin-accounts.md): <small>_Requires the `channels:write` scope (or a broader one that includes it)._</small>
- [Toggle LinkedIn account status](https://docs.reply.io/api-reference/linkedin-accounts/toggle-linkedin-account-status.md): <small>_Requires the `channels:operate` scope (or a broader one that includes it)._</small>
- [Update LinkedIn account limits](https://docs.reply.io/api-reference/linkedin-accounts/update-linkedin-account-limits.md): <small>_Requires the `channels:operate` scope (or a broader one that includes it)._</small>
- [Update LinkedIn account revoke settings](https://docs.reply.io/api-reference/linkedin-accounts/update-linkedin-account-revoke-settings.md): <small>_Requires the `channels:write` scope (or a broader one that includes it)._</small>
- [Create a connection link](https://docs.reply.io/api-reference/linkedin-accounts/create-a-connection-link.md): <small>_Requires the `channels:write` scope (or a broader one that includes it)._</small>
- [Create a direct connection link](https://docs.reply.io/api-reference/linkedin-accounts/create-a-direct-connection-link.md): <small>_Requires the `channels:write` scope (or a broader one that includes it)._</small>
- [Reconnect a LinkedIn account](https://docs.reply.io/api-reference/linkedin-accounts/reconnect-a-linkedin-account.md): <small>_Requires the `channels:write` scope (or a broader one that includes it)._</small>
- [List pending LinkedIn accounts](https://docs.reply.io/api-reference/linkedin-accounts/list-pending-linkedin-accounts.md): <small>_Requires the `channels:read` scope (or a broader one that includes it)._</small>
- [Delete a pending LinkedIn account](https://docs.reply.io/api-reference/linkedin-accounts/delete-a-pending-linkedin-account.md): <small>_Requires the `channels:write` scope (or a broader one that includes it)._</small>

#### Sequence LinkedIn Accounts

- [List LinkedIn accounts for a sequence](https://docs.reply.io/api-reference/sequence-linkedin-accounts/list-linkedin-accounts-for-a-sequence.md): <small>_Requires the `sequences:read` scope (or a broader one that includes it)._</small>
- [Assign a LinkedIn account to a sequence](https://docs.reply.io/api-reference/sequence-linkedin-accounts/assign-a-linkedin-account-to-a-sequence.md): <small>_Requires the `sequences:operate` scope (or a broader one that includes it)._</small>
- [Remove a LinkedIn account from a sequence](https://docs.reply.io/api-reference/sequence-linkedin-accounts/remove-a-linkedin-account-from-a-sequence.md): <small>_Requires the `sequences:operate` scope (or a broader one that includes it)._</small>

### 05  Templates

#### Sequence Templates

- [List all sequence templates](https://docs.reply.io/api-reference/sequence-templates/list-all-sequence-templates.md): <small>_Requires the `sequences:read` scope (or a broader one that includes it)._</small>
- [Delete a sequence template](https://docs.reply.io/api-reference/sequence-templates/delete-a-sequence-template.md): <small>_Requires the `sequences:write` scope (or a broader one that includes it)._</small>

#### Email Templates

- [List email templates](https://docs.reply.io/api-reference/email-templates/list-email-templates.md): <small>_Requires the `sequences:read` scope (or a broader one that includes it)._</small>
- [Create an email template](https://docs.reply.io/api-reference/email-templates/create-an-email-template.md): <small>_Requires the `sequences:write` scope (or a broader one that includes it)._</small>
- [Get an email template](https://docs.reply.io/api-reference/email-templates/get-an-email-template.md): <small>_Requires the `sequences:read` scope (or a broader one that includes it)._</small>
- [Update an email template](https://docs.reply.io/api-reference/email-templates/update-an-email-template.md): <small>_Requires the `sequences:write` scope (or a broader one that includes it)._</small>
- [Delete an email template](https://docs.reply.io/api-reference/email-templates/delete-an-email-template.md): <small>_Requires the `sequences:write` scope (or a broader one that includes it)._</small>
- [Clone an email template](https://docs.reply.io/api-reference/email-templates/clone-an-email-template.md): <small>_Requires the `sequences:write` scope (or a broader one that includes it)._</small>
- [Move an email template](https://docs.reply.io/api-reference/email-templates/move-an-email-template.md): <small>_Requires the `sequences:write` scope (or a broader one that includes it)._</small>
- [Render an email template](https://docs.reply.io/api-reference/email-templates/render-an-email-template.md): <small>_Requires the `sequences:operate` scope (or a broader one that includes it)._</small>
- [Send a test email](https://docs.reply.io/api-reference/email-templates/send-a-test-email.md): <small>_Requires the `sequences:operate` scope (or a broader one that includes it)._</small>
- [Get template variables](https://docs.reply.io/api-reference/email-templates/get-template-variables.md): <small>_Requires the `sequences:read` scope (or a broader one that includes it)._</small>
- [List email template folders](https://docs.reply.io/api-reference/email-templates/list-email-template-folders.md): <small>_Requires the `sequences:read` scope (or a broader one that includes it)._</small>
- [Create an email template folder](https://docs.reply.io/api-reference/email-templates/create-an-email-template-folder.md): <small>_Requires the `sequences:write` scope (or a broader one that includes it)._</small>
- [Get an email template folder](https://docs.reply.io/api-reference/email-templates/get-an-email-template-folder.md): <small>_Requires the `sequences:read` scope (or a broader one that includes it)._</small>
- [Update an email template folder](https://docs.reply.io/api-reference/email-templates/update-an-email-template-folder.md): <small>_Requires the `sequences:write` scope (or a broader one that includes it)._</small>
- [Delete an email template folder](https://docs.reply.io/api-reference/email-templates/delete-an-email-template-folder.md): <small>_Requires the `sequences:write` scope (or a broader one that includes it)._</small>
- [Share an email template folder](https://docs.reply.io/api-reference/email-templates/share-an-email-template-folder.md): <small>_Requires the `sequences:write` scope (or a broader one that includes it)._</small>
- [Upload a template attachment](https://docs.reply.io/api-reference/email-templates/upload-a-template-attachment.md): Upload a file to use as an email template attachment. Returns the attachment id you pass when creating or updating a template.

### 06  Scheduling

#### Schedules

- [List schedules](https://docs.reply.io/api-reference/schedules/list-schedules.md): <small>_Requires the `sequences:read` scope (or a broader one that includes it)._</small>
- [Create a schedule](https://docs.reply.io/api-reference/schedules/create-a-schedule.md): <small>_Requires the `sequences:write` scope (or a broader one that includes it)._</small>
- [Get a schedule](https://docs.reply.io/api-reference/schedules/get-a-schedule.md): <small>_Requires the `sequences:read` scope (or a broader one that includes it)._</small>
- [Update a schedule](https://docs.reply.io/api-reference/schedules/update-a-schedule.md): <small>_Requires the `sequences:write` scope (or a broader one that includes it)._</small>
- [Delete a schedule](https://docs.reply.io/api-reference/schedules/delete-a-schedule.md): <small>_Requires the `sequences:write` scope (or a broader one that includes it)._</small>
- [Set default schedule](https://docs.reply.io/api-reference/schedules/set-default-schedule.md): <small>_Requires the `sequences:operate` scope (or a broader one that includes it)._</small>
- [List linked holiday calendars](https://docs.reply.io/api-reference/schedules/list-linked-holiday-calendars.md): <small>_Requires the `sequences:read` scope (or a broader one that includes it)._</small>
- [Link a holiday calendar to a schedule](https://docs.reply.io/api-reference/schedules/link-a-holiday-calendar-to-a-schedule.md): <small>_Requires the `sequences:operate` scope (or a broader one that includes it)._</small>
- [Unlink a holiday calendar from a schedule](https://docs.reply.io/api-reference/schedules/unlink-a-holiday-calendar-from-a-schedule.md): <small>_Requires the `sequences:operate` scope (or a broader one that includes it)._</small>

#### Holiday Calendars

- [List holiday calendars](https://docs.reply.io/api-reference/holiday-calendars/list-holiday-calendars.md): <small>_Requires the `sequences:read` scope (or a broader one that includes it)._</small>
- [Create a holiday calendar](https://docs.reply.io/api-reference/holiday-calendars/create-a-holiday-calendar.md): <small>_Requires the `sequences:write` scope (or a broader one that includes it)._</small>
- [Get a holiday calendar](https://docs.reply.io/api-reference/holiday-calendars/get-a-holiday-calendar.md): <small>_Requires the `sequences:read` scope (or a broader one that includes it)._</small>
- [Update a holiday calendar](https://docs.reply.io/api-reference/holiday-calendars/update-a-holiday-calendar.md): <small>_Requires the `sequences:write` scope (or a broader one that includes it)._</small>
- [Delete a holiday calendar](https://docs.reply.io/api-reference/holiday-calendars/delete-a-holiday-calendar.md): <small>_Requires the `sequences:write` scope (or a broader one that includes it)._</small>
- [Export a holiday calendar as CSV](https://docs.reply.io/api-reference/holiday-calendars/export-a-holiday-calendar-as-csv.md): <Tip>   **New.** This endpoint shipped recently. If anything about it is unclear or could work better for you, tell us in the [developer Slack](/slack). </Tip>

### 07  Inbox

#### Threads

- [List inbox threads](https://docs.reply.io/api-reference/inbox/list-inbox-threads.md): <small>_Requires the `inbox:read` scope (or a broader one that includes it)._</small>
- [Filter inbox threads](https://docs.reply.io/api-reference/inbox/filter-inbox-threads.md): <small>_Requires the `inbox:read` scope (or a broader one that includes it)._</small>
- [Get inbox thread](https://docs.reply.io/api-reference/inbox/get-inbox-thread.md): <small>_Requires the `inbox:read` scope (or a broader one that includes it)._</small>
- [Delete inbox thread](https://docs.reply.io/api-reference/inbox/delete-inbox-thread.md): <small>_Requires the `inbox:operate` scope (or a broader one that includes it)._</small>
- [Bulk-delete inbox threads](https://docs.reply.io/api-reference/inbox/bulk-delete-inbox-threads.md): <small>_Requires the `inbox:operate` scope (or a broader one that includes it)._</small>
- [Mark threads as read](https://docs.reply.io/api-reference/inbox/mark-threads-as-read.md): <small>_Requires the `inbox:operate` scope (or a broader one that includes it)._</small>
- [Mark threads as unread](https://docs.reply.io/api-reference/inbox/mark-threads-as-unread.md): <small>_Requires the `inbox:operate` scope (or a broader one that includes it)._</small>
- [List messages in an inbox thread](https://docs.reply.io/api-reference/inbox/list-messages-in-an-inbox-thread.md): <small>_Requires the `inbox:read` scope (or a broader one that includes it)._</small>
- [Send a reply within a thread](https://docs.reply.io/api-reference/inbox/send-a-reply-within-a-thread.md): <small>_Requires the `inbox:operate` scope (or a broader one that includes it)._</small>
- [Assign or clear a thread's category](https://docs.reply.io/api-reference/inbox/assign-or-clear-a-threads-category.md): <small>_Requires the `inbox:operate` scope (or a broader one that includes it)._</small>
- [Toggle thread meeting-intent](https://docs.reply.io/api-reference/inbox/toggle-thread-meeting-intent.md): <small>_Requires the `inbox:operate` scope (or a broader one that includes it)._</small>
- [Generate an AI draft reply](https://docs.reply.io/api-reference/inbox/generate-an-ai-draft-reply.md): <Tip>   **New.** This endpoint shipped recently. If anything about it is unclear or could work better for you, tell us in the [developer Slack](/slack). </Tip>
- [Submit feedback on a generated AI draft](https://docs.reply.io/api-reference/inbox/submit-feedback-on-a-generated-ai-draft.md): <Warning>   **Coming soon.** This endpoint will be available by late August 2026. </Warning>

#### Categories

- [List inbox categories](https://docs.reply.io/api-reference/inbox-categories/list-inbox-categories.md): <small>_Requires the `inbox:read` scope (or a broader one that includes it)._</small>
- [Create inbox category](https://docs.reply.io/api-reference/inbox-categories/create-inbox-category.md): <small>_Requires the `inbox:write` scope (or a broader one that includes it)._</small>
- [Get inbox category](https://docs.reply.io/api-reference/inbox-categories/get-inbox-category.md): <small>_Requires the `inbox:read` scope (or a broader one that includes it)._</small>
- [Update inbox category](https://docs.reply.io/api-reference/inbox-categories/update-inbox-category.md): <small>_Requires the `inbox:write` scope (or a broader one that includes it)._</small>
- [Delete inbox category](https://docs.reply.io/api-reference/inbox-categories/delete-inbox-category.md): <small>_Requires the `inbox:write` scope (or a broader one that includes it)._</small>
- [Assign threads to a category](https://docs.reply.io/api-reference/inbox-categories/assign-threads-to-a-category.md): <small>_Requires the `inbox:operate` scope (or a broader one that includes it)._</small>
- [Unassign threads from a category](https://docs.reply.io/api-reference/inbox-categories/unassign-threads-from-a-category.md): <small>_Requires the `inbox:operate` scope (or a broader one that includes it)._</small>

### 08  Direct Outreach

#### Direct Outreach

- [Send a direct email to a contact](https://docs.reply.io/api-reference/direct-outreach/send-a-direct-email-to-a-contact.md): <small>_Requires the `contacts:operate` scope (or a broader one that includes it)._</small>
- [Send a LinkedIn connection request to a contact](https://docs.reply.io/api-reference/direct-outreach/send-a-linkedin-connection-request-to-a-contact.md): <small>_Requires the `contacts:operate` scope (or a broader one that includes it)._</small>
- [Send a LinkedIn InMail to a contact](https://docs.reply.io/api-reference/direct-outreach/send-a-linkedin-inmail-to-a-contact.md): <small>_Requires the `contacts:operate` scope (or a broader one that includes it)._</small>
- [Send a LinkedIn message to a contact](https://docs.reply.io/api-reference/direct-outreach/send-a-linkedin-message-to-a-contact.md): <small>_Requires the `contacts:operate` scope (or a broader one that includes it)._</small>
- [Send a LinkedIn voice message to a contact](https://docs.reply.io/api-reference/direct-outreach/send-a-linkedin-voice-message-to-a-contact.md): <small>_Requires the `contacts:operate` scope (or a broader one that includes it)._</small>
- [Send an AI-generated LinkedIn voice message to a contact](https://docs.reply.io/api-reference/direct-outreach/send-an-ai-generated-linkedin-voice-message-to-a-contact.md): <small>_Requires the `contacts:operate` scope (or a broader one that includes it)._</small>

### 09  Tasks

#### Tasks

- [List all tasks](https://docs.reply.io/api-reference/tasks/list-all-tasks.md): <small>_Requires the `tasks:read` scope (or a broader one that includes it)._</small>
- [Create a task](https://docs.reply.io/api-reference/tasks/create-a-task.md): <small>_Requires the `tasks:write` scope (or a broader one that includes it)._</small>
- [Filter tasks](https://docs.reply.io/api-reference/tasks/filter-tasks.md): <small>_Requires the `tasks:read` scope (or a broader one that includes it)._</small>
- [Get a task](https://docs.reply.io/api-reference/tasks/get-a-task.md): <small>_Requires the `tasks:read` scope (or a broader one that includes it)._</small>
- [Update a task](https://docs.reply.io/api-reference/tasks/update-a-task.md): <small>_Requires the `tasks:write` scope (or a broader one that includes it)._</small>
- [Delete a task](https://docs.reply.io/api-reference/tasks/delete-a-task.md): <small>_Requires the `tasks:write` scope (or a broader one that includes it)._</small>
- [Reassign a task](https://docs.reply.io/api-reference/tasks/reassign-a-task.md): <small>_Requires the `tasks:write` scope (or a broader one that includes it)._</small>
- [Complete a task](https://docs.reply.io/api-reference/tasks/complete-a-task.md): <small>_Requires the `tasks:operate` scope (or a broader one that includes it)._</small>
- [Execute and complete a task](https://docs.reply.io/api-reference/tasks/execute-and-complete-a-task.md): <small>_Requires the `tasks:operate` scope (or a broader one that includes it)._</small>
- [Bulk delete tasks](https://docs.reply.io/api-reference/tasks/bulk-delete-tasks.md): <small>_Requires the `tasks:write` scope (or a broader one that includes it)._</small>
- [Batch reassign tasks](https://docs.reply.io/api-reference/tasks/batch-reassign-tasks.md): <small>_Requires the `tasks:write` scope (or a broader one that includes it)._</small>
- [Batch complete tasks](https://docs.reply.io/api-reference/tasks/batch-complete-tasks.md): <small>_Requires the `tasks:operate` scope (or a broader one that includes it)._</small>

### 10  Reporting & Analytics

#### Reports

- [Get email reporting overview](https://docs.reply.io/api-reference/reports/get-email-reporting-overview.md): <small>_Requires the `reporting:read` scope (or a broader one that includes it)._</small>
- [Get calls reporting overview](https://docs.reply.io/api-reference/reports/get-calls-reporting-overview.md): <small>_Requires the `reporting:read` scope (or a broader one that includes it)._</small>
- [Get tasks reporting overview](https://docs.reply.io/api-reference/reports/get-tasks-reporting-overview.md): <small>_Requires the `reporting:read` scope (or a broader one that includes it)._</small>
- [Get LinkedIn reporting overview](https://docs.reply.io/api-reference/reports/get-linkedin-reporting-overview.md): <small>_Requires the `reporting:read` scope (or a broader one that includes it)._</small>
- [Get team performance overview](https://docs.reply.io/api-reference/reports/get-team-performance-overview.md): <small>_Requires the `reporting:read` scope (or a broader one that includes it)._</small>
- [Get channel efficiency overview](https://docs.reply.io/api-reference/reports/get-channel-efficiency-overview.md): <small>_Requires the `reporting:read` scope (or a broader one that includes it)._</small>
- [List email activity](https://docs.reply.io/api-reference/reports/list-email-activity.md): <small>_Requires the `reporting:read` scope (or a broader one that includes it)._</small>
- [List call activity](https://docs.reply.io/api-reference/reports/list-call-activity.md): <small>_Requires the `reporting:read` scope (or a broader one that includes it)._</small>
- [List task activity](https://docs.reply.io/api-reference/reports/list-task-activity.md): <small>_Requires the `reporting:read` scope (or a broader one that includes it)._</small>
- [List LinkedIn activity](https://docs.reply.io/api-reference/reports/list-linkedin-activity.md): <small>_Requires the `reporting:read` scope (or a broader one that includes it)._</small>
- [List meetings](https://docs.reply.io/api-reference/reports/list-meetings.md): <small>_Requires the `reporting:read` scope (or a broader one that includes it)._</small>

### 11  AI SDR

#### Sequences

- [Create an AI SDR sequence](https://docs.reply.io/api-reference/ai-sdr-sequences/create-an-ai-sdr-sequence.md): <Tip>   **New.** This endpoint shipped recently. If anything about it is unclear or could work better for you, tell us in the [developer Slack](/slack). </Tip>
- [Read AI SDR sequence settings](https://docs.reply.io/api-reference/ai-sdr-sequences/read-ai-sdr-sequence-settings.md): <Tip>   **New.** This endpoint shipped recently. If anything about it is unclear or could work better for you, tell us in the [developer Slack](/slack). </Tip>
- [Update AI SDR sequence settings](https://docs.reply.io/api-reference/ai-sdr-sequences/update-ai-sdr-sequence-settings.md): <Tip>   **New.** This endpoint shipped recently. If anything about it is unclear or could work better for you, tell us in the [developer Slack](/slack). </Tip>
- [Enable autopilot](https://docs.reply.io/api-reference/ai-sdr-sequences/enable-autopilot.md): <Tip>   **New.** This endpoint shipped recently. If anything about it is unclear or could work better for you, tell us in the [developer Slack](/slack). </Tip>
- [Disable autopilot](https://docs.reply.io/api-reference/ai-sdr-sequences/disable-autopilot.md): <Tip>   **New.** This endpoint shipped recently. If anything about it is unclear or could work better for you, tell us in the [developer Slack](/slack). </Tip>
- [Force-start an autopilot search](https://docs.reply.io/api-reference/ai-sdr-sequences/force-start-an-autopilot-search.md): <Tip>   **New.** This endpoint shipped recently. If anything about it is unclear or could work better for you, tell us in the [developer Slack](/slack). </Tip>
- [Preview autopilot results](https://docs.reply.io/api-reference/ai-sdr-sequences/preview-autopilot-results.md): <Tip>   **New.** This endpoint shipped recently. If anything about it is unclear or could work better for you, tell us in the [developer Slack](/slack). </Tip>
- [Set the approval mode](https://docs.reply.io/api-reference/ai-sdr-sequences/set-the-approval-mode.md): <Tip>   **New.** This endpoint shipped recently. If anything about it is unclear or could work better for you, tell us in the [developer Slack](/slack). </Tip>
- [Set generated step types](https://docs.reply.io/api-reference/ai-sdr-sequences/set-generated-step-types.md): <Tip>   **New.** This endpoint shipped recently. If anything about it is unclear or could work better for you, tell us in the [developer Slack](/slack). </Tip>
- [Get the sequence's playbook](https://docs.reply.io/api-reference/ai-sdr-sequences/get-the-sequences-playbook.md): <Tip>   **New.** This endpoint shipped recently. If anything about it is unclear or could work better for you, tell us in the [developer Slack](/slack). </Tip>
- [Attach a playbook to the sequence](https://docs.reply.io/api-reference/ai-sdr-sequences/attach-a-playbook-to-the-sequence.md): <Tip>   **New.** This endpoint shipped recently. If anything about it is unclear or could work better for you, tell us in the [developer Slack](/slack). </Tip>
- [Detach the playbook from the sequence](https://docs.reply.io/api-reference/ai-sdr-sequences/detach-the-playbook-from-the-sequence.md): <Tip>   **New.** This endpoint shipped recently. If anything about it is unclear or could work better for you, tell us in the [developer Slack](/slack). </Tip>
- [Get the sequence's knowledge base](https://docs.reply.io/api-reference/ai-sdr-sequences/get-the-sequences-knowledge-base.md): <Tip>   **New.** This endpoint shipped recently. If anything about it is unclear or could work better for you, tell us in the [developer Slack](/slack). </Tip>
- [Connect a knowledge base to the sequence](https://docs.reply.io/api-reference/ai-sdr-sequences/connect-a-knowledge-base-to-the-sequence.md): <Tip>   **New.** This endpoint shipped recently. If anything about it is unclear or could work better for you, tell us in the [developer Slack](/slack). </Tip>
- [Disconnect the knowledge base from the sequence](https://docs.reply.io/api-reference/ai-sdr-sequences/disconnect-the-knowledge-base-from-the-sequence.md): <Tip>   **New.** This endpoint shipped recently. If anything about it is unclear or could work better for you, tell us in the [developer Slack](/slack). </Tip>

#### Strategist

- [Start a strategist run](https://docs.reply.io/api-reference/ai-sdr-strategist/start-a-strategist-run.md): <Tip>   **New.** This endpoint shipped recently. If anything about it is unclear or could work better for you, tell us in the [developer Slack](/slack). </Tip>

#### Playbooks

- [List playbooks](https://docs.reply.io/api-reference/ai-sdr-playbooks/list-playbooks.md): <small>_Requires the `ai-sdr:read` scope (or a broader one that includes it)._</small>
- [Create a playbook](https://docs.reply.io/api-reference/ai-sdr-playbooks/create-a-playbook.md): <small>_Requires the `ai-sdr:write` scope (or a broader one that includes it)._</small>
- [Get a playbook](https://docs.reply.io/api-reference/ai-sdr-playbooks/get-a-playbook.md): <small>_Requires the `ai-sdr:read` scope (or a broader one that includes it)._</small>
- [Update a playbook](https://docs.reply.io/api-reference/ai-sdr-playbooks/update-a-playbook.md): <small>_Requires the `ai-sdr:write` scope (or a broader one that includes it)._</small>
- [Delete a playbook](https://docs.reply.io/api-reference/ai-sdr-playbooks/delete-a-playbook.md): <small>_Requires the `ai-sdr:write` scope (or a broader one that includes it)._</small>
- [Duplicate a playbook](https://docs.reply.io/api-reference/ai-sdr-playbooks/duplicate-a-playbook.md): <Tip>   **New.** This endpoint shipped recently. If anything about it is unclear or could work better for you, tell us in the [developer Slack](/slack). </Tip>
- [Upload a style file](https://docs.reply.io/api-reference/ai-sdr-playbooks/upload-a-style-file.md): <small>_Requires the `ai-sdr:write` scope (or a broader one that includes it)._</small>
- [Delete a style file](https://docs.reply.io/api-reference/ai-sdr-playbooks/delete-a-style-file.md): <small>_Requires the `ai-sdr:write` scope (or a broader one that includes it)._</small>

#### Knowledge Bases

- [List knowledge bases](https://docs.reply.io/api-reference/ai-sdr-knowledge-bases/list-knowledge-bases.md): <small>_Requires the `ai-sdr:read` scope (or a broader one that includes it)._</small>
- [Create a knowledge base](https://docs.reply.io/api-reference/ai-sdr-knowledge-bases/create-a-knowledge-base.md): <small>_Requires the `ai-sdr:write` scope (or a broader one that includes it)._</small>
- [Get a knowledge base](https://docs.reply.io/api-reference/ai-sdr-knowledge-bases/get-a-knowledge-base.md): <small>_Requires the `ai-sdr:read` scope (or a broader one that includes it)._</small>
- [Update a knowledge base](https://docs.reply.io/api-reference/ai-sdr-knowledge-bases/update-a-knowledge-base.md): <small>_Requires the `ai-sdr:write` scope (or a broader one that includes it)._</small>
- [Delete a knowledge base](https://docs.reply.io/api-reference/ai-sdr-knowledge-bases/delete-a-knowledge-base.md): <small>_Requires the `ai-sdr:write` scope (or a broader one that includes it)._</small>
- [Duplicate a knowledge base](https://docs.reply.io/api-reference/ai-sdr-knowledge-bases/duplicate-a-knowledge-base.md): <small>_Requires the `ai-sdr:write` scope (or a broader one that includes it)._</small>
- [List links](https://docs.reply.io/api-reference/ai-sdr-knowledge-bases/list-links.md): <small>_Requires the `ai-sdr:read` scope (or a broader one that includes it)._</small>
- [Add a link](https://docs.reply.io/api-reference/ai-sdr-knowledge-bases/add-a-link.md): <small>_Requires the `ai-sdr:write` scope (or a broader one that includes it)._</small>
- [Delete a link](https://docs.reply.io/api-reference/ai-sdr-knowledge-bases/delete-a-link.md): <small>_Requires the `ai-sdr:write` scope (or a broader one that includes it)._</small>
- [List documents](https://docs.reply.io/api-reference/ai-sdr-knowledge-bases/list-documents.md): <small>_Requires the `ai-sdr:read` scope (or a broader one that includes it)._</small>
- [Upload a document](https://docs.reply.io/api-reference/ai-sdr-knowledge-bases/upload-a-document.md): <small>_Requires the `ai-sdr:write` scope (or a broader one that includes it)._</small>
- [Delete a document](https://docs.reply.io/api-reference/ai-sdr-knowledge-bases/delete-a-document.md): <small>_Requires the `ai-sdr:write` scope (or a broader one that includes it)._</small>
- [List reply handlers](https://docs.reply.io/api-reference/ai-sdr-knowledge-bases/list-reply-handlers.md): <Tip>   **New.** This endpoint shipped recently. If anything about it is unclear or could work better for you, tell us in the [developer Slack](/slack). </Tip>
- [Create a reply handler](https://docs.reply.io/api-reference/ai-sdr-knowledge-bases/create-a-reply-handler.md): <Tip>   **New.** This endpoint shipped recently. If anything about it is unclear or could work better for you, tell us in the [developer Slack](/slack). </Tip>
- [Get a reply handler](https://docs.reply.io/api-reference/ai-sdr-knowledge-bases/get-a-reply-handler.md): <Tip>   **New.** This endpoint shipped recently. If anything about it is unclear or could work better for you, tell us in the [developer Slack](/slack). </Tip>
- [Update a reply handler](https://docs.reply.io/api-reference/ai-sdr-knowledge-bases/update-a-reply-handler.md): <Tip>   **New.** This endpoint shipped recently. If anything about it is unclear or could work better for you, tell us in the [developer Slack](/slack). </Tip>
- [Delete a reply handler](https://docs.reply.io/api-reference/ai-sdr-knowledge-bases/delete-a-reply-handler.md): <small>_Requires the `ai-sdr:write` scope (or a broader one that includes it)._</small>
- [Upload reply handler media](https://docs.reply.io/api-reference/ai-sdr-knowledge-bases/upload-reply-handler-media.md): <small>_Requires the `ai-sdr:write` scope (or a broader one that includes it)._</small>
- [Delete reply handler media](https://docs.reply.io/api-reference/ai-sdr-knowledge-bases/delete-reply-handler-media.md): <small>_Requires the `ai-sdr:write` scope (or a broader one that includes it)._</small>
- [List reengagement cards](https://docs.reply.io/api-reference/ai-sdr-knowledge-bases/list-reengagement-cards.md): <Tip>   **New.** This endpoint shipped recently. If anything about it is unclear or could work better for you, tell us in the [developer Slack](/slack). </Tip>
- [Create a reengagement card](https://docs.reply.io/api-reference/ai-sdr-knowledge-bases/create-a-reengagement-card.md): <Tip>   **New.** This endpoint shipped recently. If anything about it is unclear or could work better for you, tell us in the [developer Slack](/slack). </Tip>
- [Get a reengagement card](https://docs.reply.io/api-reference/ai-sdr-knowledge-bases/get-a-reengagement-card.md): <Tip>   **New.** This endpoint shipped recently. If anything about it is unclear or could work better for you, tell us in the [developer Slack](/slack). </Tip>
- [Update a reengagement card](https://docs.reply.io/api-reference/ai-sdr-knowledge-bases/update-a-reengagement-card.md): <Tip>   **New.** This endpoint shipped recently. If anything about it is unclear or could work better for you, tell us in the [developer Slack](/slack). </Tip>
- [Delete a reengagement card](https://docs.reply.io/api-reference/ai-sdr-knowledge-bases/delete-a-reengagement-card.md): <small>_Requires the `ai-sdr:write` scope (or a broader one that includes it)._</small>
- [Upload reengagement card media](https://docs.reply.io/api-reference/ai-sdr-knowledge-bases/upload-reengagement-card-media.md): <small>_Requires the `ai-sdr:write` scope (or a broader one that includes it)._</small>
- [Delete reengagement card media](https://docs.reply.io/api-reference/ai-sdr-knowledge-bases/delete-reengagement-card-media.md): <small>_Requires the `ai-sdr:write` scope (or a broader one that includes it)._</small>
- [List reengagement flows](https://docs.reply.io/api-reference/ai-sdr-knowledge-bases/list-reengagement-flows.md): <small>_Requires the `ai-sdr:read` scope (or a broader one that includes it)._</small>
- [Create a reengagement flow](https://docs.reply.io/api-reference/ai-sdr-knowledge-bases/create-a-reengagement-flow.md): <small>_Requires the `ai-sdr:write` scope (or a broader one that includes it)._</small>
- [Update a reengagement flow](https://docs.reply.io/api-reference/ai-sdr-knowledge-bases/update-a-reengagement-flow.md): <small>_Requires the `ai-sdr:write` scope (or a broader one that includes it)._</small>
- [Delete a reengagement flow](https://docs.reply.io/api-reference/ai-sdr-knowledge-bases/delete-a-reengagement-flow.md): <small>_Requires the `ai-sdr:write` scope (or a broader one that includes it)._</small>
- [Duplicate a reengagement flow](https://docs.reply.io/api-reference/ai-sdr-knowledge-bases/duplicate-a-reengagement-flow.md): <small>_Requires the `ai-sdr:write` scope (or a broader one that includes it)._</small>
- [Set a reengagement flow as default](https://docs.reply.io/api-reference/ai-sdr-knowledge-bases/set-a-reengagement-flow-as-default.md): <small>_Requires the `ai-sdr:write` scope (or a broader one that includes it)._</small>
- [Assign a reengagement flow to a contact](https://docs.reply.io/api-reference/ai-sdr-knowledge-bases/assign-a-reengagement-flow-to-a-contact.md): <small>_Requires the `ai-sdr:write` scope (or a broader one that includes it)._</small>
- [Get contacts count for a reengagement flow](https://docs.reply.io/api-reference/ai-sdr-knowledge-bases/get-contacts-count-for-a-reengagement-flow.md): <small>_Requires the `ai-sdr:read` scope (or a broader one that includes it)._</small>
- [Get reengagement flow state for a contact](https://docs.reply.io/api-reference/ai-sdr-knowledge-bases/get-reengagement-flow-state-for-a-contact.md): <small>_Requires the `ai-sdr:read` scope (or a broader one that includes it)._</small>

#### Offers

- [List offers](https://docs.reply.io/api-reference/ai-sdr-offers/list-offers.md): <small>_Requires the `ai-sdr:read` scope (or a broader one that includes it)._</small>
- [Create an offer](https://docs.reply.io/api-reference/ai-sdr-offers/create-an-offer.md): <small>_Requires the `ai-sdr:write` scope (or a broader one that includes it)._</small>
- [Get an offer](https://docs.reply.io/api-reference/ai-sdr-offers/get-an-offer.md): <small>_Requires the `ai-sdr:read` scope (or a broader one that includes it)._</small>
- [Update an offer](https://docs.reply.io/api-reference/ai-sdr-offers/update-an-offer.md): <small>_Requires the `ai-sdr:write` scope (or a broader one that includes it)._</small>
- [Delete an offer](https://docs.reply.io/api-reference/ai-sdr-offers/delete-an-offer.md): <small>_Requires the `ai-sdr:write` scope (or a broader one that includes it)._</small>
- [Duplicate an offer](https://docs.reply.io/api-reference/ai-sdr-offers/duplicate-an-offer.md): <Tip>   **New.** This endpoint shipped recently. If anything about it is unclear or could work better for you, tell us in the [developer Slack](/slack). </Tip>
- [Generate an offer](https://docs.reply.io/api-reference/ai-sdr-offers/generate-an-offer.md): <Tip>   **New.** This endpoint shipped recently. If anything about it is unclear or could work better for you, tell us in the [developer Slack](/slack). </Tip>
- [Upload an attachment for offer generation](https://docs.reply.io/api-reference/ai-sdr-offers/upload-an-attachment-for-offer-generation.md): <Tip>   **New.** This endpoint shipped recently. If anything about it is unclear or could work better for you, tell us in the [developer Slack](/slack). </Tip>

#### Pending Approvals

- [List pending approvals](https://docs.reply.io/api-reference/ai-sdr-pending-approvals/list-pending-approvals.md): <Tip>   **New.** This endpoint shipped recently. If anything about it is unclear or could work better for you, tell us in the [developer Slack](/slack). </Tip>
- [Send a batch of pending approvals](https://docs.reply.io/api-reference/ai-sdr-pending-approvals/send-a-batch-of-pending-approvals.md): <Tip>   **New.** This endpoint shipped recently. If anything about it is unclear or could work better for you, tell us in the [developer Slack](/slack). </Tip>
- [Get pending approval for a contact](https://docs.reply.io/api-reference/ai-sdr-pending-approvals/get-pending-approval-for-a-contact.md): <Tip>   **New.** This endpoint shipped recently. If anything about it is unclear or could work better for you, tell us in the [developer Slack](/slack). </Tip>
- [Reject (delete) a pending approval](https://docs.reply.io/api-reference/ai-sdr-pending-approvals/reject-delete-a-pending-approval.md): <Tip>   **New.** This endpoint shipped recently. If anything about it is unclear or could work better for you, tell us in the [developer Slack](/slack). </Tip>
- [Send a pending approval](https://docs.reply.io/api-reference/ai-sdr-pending-approvals/send-a-pending-approval.md): <Tip>   **New.** This endpoint shipped recently. If anything about it is unclear or could work better for you, tell us in the [developer Slack](/slack). </Tip>
- [Regenerate a pending approval](https://docs.reply.io/api-reference/ai-sdr-pending-approvals/regenerate-a-pending-approval.md): <Tip>   **New.** This endpoint shipped recently. If anything about it is unclear or could work better for you, tell us in the [developer Slack](/slack). </Tip>
- [Submit feedback on a pending approval](https://docs.reply.io/api-reference/ai-sdr-pending-approvals/submit-feedback-on-a-pending-approval.md): <Warning>   **Coming soon.** This endpoint will be available by late August 2026. </Warning>

#### Sequence Preview

- [Submit feedback on a preview step](https://docs.reply.io/api-reference/ai-sdr-sequence-preview/submit-feedback-on-a-preview-step.md): <Warning>   **Coming soon.** This endpoint will be available by late August 2026. </Warning>
- [Personalize the preview for a contact](https://docs.reply.io/api-reference/ai-sdr-sequence-preview/personalize-the-preview-for-a-contact.md): <Tip>   **New.** This endpoint shipped recently. If anything about it is unclear or could work better for you, tell us in the [developer Slack](/slack). </Tip>

#### Insights

- [Get AI insights for a contact](https://docs.reply.io/api-reference/ai-sdr-insights/get-ai-insights-for-a-contact.md): <Warning>   **Coming soon.** This endpoint will be available by late August 2026. </Warning>

#### Intent Signals

- [Intent signal industries typeahead](https://docs.reply.io/api-reference/ai-sdr-intent-signals/intent-signal-industries-typeahead.md): <Tip>   **New.** This endpoint shipped recently. If anything about it is unclear or could work better for you, tell us in the [developer Slack](/slack). </Tip>
- [Technologies typeahead](https://docs.reply.io/api-reference/ai-sdr-intent-signals/technologies-typeahead.md): <Tip>   **New.** This endpoint shipped recently. If anything about it is unclear or could work better for you, tell us in the [developer Slack](/slack). </Tip>

#### AI Prompts

- [List AI prompts](https://docs.reply.io/api-reference/ai-prompts/list-ai-prompts.md): <Tip>   **New.** This endpoint shipped recently. If anything about it is unclear or could work better for you, tell us in the [developer Slack](/slack). </Tip>
- [Create a personal AI prompt](https://docs.reply.io/api-reference/ai-prompts/create-a-personal-ai-prompt.md): <Tip>   **New.** This endpoint shipped recently. If anything about it is unclear or could work better for you, tell us in the [developer Slack](/slack). </Tip>
- [Update a personal AI prompt](https://docs.reply.io/api-reference/ai-prompts/update-a-personal-ai-prompt.md): <Tip>   **New.** This endpoint shipped recently. If anything about it is unclear or could work better for you, tell us in the [developer Slack](/slack). </Tip>
- [Delete a personal AI prompt](https://docs.reply.io/api-reference/ai-prompts/delete-a-personal-ai-prompt.md): <Tip>   **New.** This endpoint shipped recently. If anything about it is unclear or could work better for you, tell us in the [developer Slack](/slack). </Tip>
- [Preview a comment prompt against a sample post](https://docs.reply.io/api-reference/ai-prompts/preview-a-comment-prompt-against-a-sample-post.md): <Tip>   **New.** This endpoint shipped recently. If anything about it is unclear or could work better for you, tell us in the [developer Slack](/slack). </Tip>
- [Preview a comment prompt against a LinkedIn post](https://docs.reply.io/api-reference/ai-prompts/preview-a-comment-prompt-against-a-linkedin-post.md): <Tip>   **New.** This endpoint shipped recently. If anything about it is unclear or could work better for you, tell us in the [developer Slack](/slack). </Tip>

### 12  Mailbox Procurement

#### Domains

- [Find available procurement domains](https://docs.reply.io/api-reference/domains/find-available-procurement-domains.md): <Warning>   **Coming soon.** This endpoint will be available by late September 2026. </Warning>
- [Estimate a domain order](https://docs.reply.io/api-reference/domains/estimate-a-domain-order.md): <Warning>   **Coming soon.** This endpoint will be available by late September 2026. </Warning>
- [Buy a domain with mailboxes](https://docs.reply.io/api-reference/domains/buy-a-domain-with-mailboxes.md): <Warning>   **Coming soon.** This endpoint will be available by late September 2026. </Warning>

#### Registration

- [Register The Procurement User](https://docs.reply.io/api-reference/registration/register-the-procurement-user.md): <Warning>   **Coming soon.** This endpoint will be available by late September 2026. </Warning>

### 13  Automation & Platform

#### Webhooks

- [List webhook subscriptions](https://docs.reply.io/api-reference/webhooks/list-webhook-subscriptions.md): <small>_Requires the `webhooks:read` scope (or a broader one that includes it)._</small>
- [Create a webhook subscription](https://docs.reply.io/api-reference/webhooks/create-a-webhook-subscription.md): <small>_Requires the `webhooks:write` scope (or a broader one that includes it)._</small>
- [List supported event types](https://docs.reply.io/api-reference/webhooks/list-supported-event-types.md): <small>_Requires the `webhooks:read` scope (or a broader one that includes it)._</small>
- [Get a webhook subscription](https://docs.reply.io/api-reference/webhooks/get-a-webhook-subscription.md): <small>_Requires the `webhooks:read` scope (or a broader one that includes it)._</small>
- [Update a webhook subscription](https://docs.reply.io/api-reference/webhooks/update-a-webhook-subscription.md): <small>_Requires the `webhooks:write` scope (or a broader one that includes it)._</small>
- [Delete a webhook subscription](https://docs.reply.io/api-reference/webhooks/delete-a-webhook-subscription.md): <small>_Requires the `webhooks:write` scope (or a broader one that includes it)._</small>
- [Send a test payload](https://docs.reply.io/api-reference/webhooks/send-a-test-payload.md): <small>_Requires the `webhooks:operate` scope (or a broader one that includes it)._</small>
- [Enable a webhook subscription](https://docs.reply.io/api-reference/webhooks/enable-a-webhook-subscription.md): <small>_Requires the `webhooks:operate` scope (or a broader one that includes it)._</small>
- [Disable a webhook subscription](https://docs.reply.io/api-reference/webhooks/disable-a-webhook-subscription.md): <small>_Requires the `webhooks:operate` scope (or a broader one that includes it)._</small>
- [Get webhook delivery logs](https://docs.reply.io/api-reference/webhooks/get-webhook-delivery-logs.md): <small>_Requires the `webhooks:read` scope (or a broader one that includes it)._</small>

#### Background Jobs

- [List background jobs](https://docs.reply.io/api-reference/background-jobs/list-background-jobs.md): <small>_Requires the `other:read` scope (or a broader one that includes it)._</small>
- [Get a background job](https://docs.reply.io/api-reference/background-jobs/get-a-background-job.md): <small>_Requires the `other:read` scope (or a broader one that includes it)._</small>
- [Cancel a background job](https://docs.reply.io/api-reference/background-jobs/cancel-a-background-job.md): <small>_Requires the `other:operate` scope (or a broader one that includes it)._</small>

#### Attachments

- [Upload attachment](https://docs.reply.io/api-reference/attachments/upload-attachment.md): <small>_Requires the `other:write` scope (or a broader one that includes it)._</small>
- [Upload voice attachment](https://docs.reply.io/api-reference/attachments/upload-voice-attachment.md): Turn a recorded audio file into a LinkedIn voice message. Send it as multipart/form-data in a single field named file.

#### Schemas

- [Schemas](https://docs.reply.io/api-reference/schemas.md): Object models used across the Reply API v3, grouped by resource domain.

#### Webhook events

- [Webhook events](https://docs.reply.io/webhook-events.md): Every webhook event the Reply API supports, grouped by category, with what triggers each one and a link to its payload example.
- [Webhook event payloads](https://docs.reply.io/webhook-event-payloads.md): See the exact JSON Reply sends for every webhook event, including the shared event envelope and the fields unique to each event type.

### For AI agents

- [Agentic capabilities](https://docs.reply.io/agents/overview.md): The capability map for agents on the Reply.io platform — outcomes, access layers, and where the human boundary sits.
- [Choose your interface](https://docs.reply.io/agents/choose-your-interface.md): MCP vs Skills vs CLI vs API — how the four Reply.io access layers differ and which to pick.
- [Agent safety rules](https://docs.reply.io/agents/safety.md): Cross-surface safety for agents operating Reply.io — high-stakes gating, scoped keys, and rate-limit etiquette.
- [Drop-in system prompts](https://docs.reply.io/agents/prompts.md): Ready-to-paste system prompts for AI agents operating Reply.io — cross-surface, MCP, and CLI variants.
- [Machine-readable indexes](https://docs.reply.io/agents/machine-readable.md): llms.txt, OpenAPI, catalog.json, and runtime discovery — how agents read Reply.io documentation programmatically.

## OpenAPI Specs

- [bundled](/api-reference/bundled.yaml)
