| API | Protocol | Base URL | Docs | Reference | OpenAPI | SDKs |
|---|---|---|---|---|---|---|
| Main | rest | https://api.unbounce.com/ | link | — | — | — |
Actions (24)
Pages · 9
- Create leadPOST /pages/{page_id}/leads
Create a new lead for the specified page.
documented - Create lead deletion requestPOST /pages/{page_id}/lead_deletion_request
Create a deletion request to asynchronously delete one or more leads for a page.
documented - Delete leadDELETE /pages/{page_id}/leads/{lead_id}
Delete a single lead (account owner only; API keys not allowed).
documented - Get leadGET /pages/{page_id}/leads/{lead_id}
Get information for a single lead on a page.
documented - Get lead deletion requestGET /pages/{page_id}/lead_deletion_request/{lead_deletion_request_id}
Retrieve the status of a leads deletion request.
documented - Get pageGET /pages/{page_id}
Retrieve a single page.
documented - List form fieldsGET /pages/{page_id}/form_fields
Retrieve a full list of all form fields across all page variants for a specific page.
documented - List leadsGET /pages/{page_id}/leads
Retrieve a list of all leads for a given page (including AMP, pop-up, or sticky-bar).
documented - List pagesGET /pages
Retrieve a list of all pages accessible to the authenticated principal.
documented
Sub Accounts · 5
- Get sub-accountGET /sub_accounts/{sub_account_id}
Retrieve the details of a single sub-account.
documented - List domains for sub-accountGET /sub_accounts/{sub_account_id}/domains
Retrieve all custom domains for the specified sub-account.
documented - List page groups for sub-accountGET /sub_accounts/{sub_account_id}/page_groups
Retrieve all page groups for the specified sub-account.
documented - List page groups for sub-accountGET /sub_accounts/{sub_account_id}/page_groups
Retrieve all page groups for the specified sub-account.
documented - List pages for sub-accountGET /sub_accounts/{sub_account_id}/pages
Retrieve all pages for the specified sub-account.
documented
Accounts · 4
- Get accountGET /accounts/{account_id}
Retrieve the details of a single account.
documented - List accountsGET /accounts
Retrieve the accounts collection for the authenticated user.
documented - List pages in accountGET /accounts/{account_id}/pages
Retrieve all pages under the specified account.
documented - List sub-accounts for accountGET /accounts/{account_id}/sub_accounts
Retrieve all sub-accounts belonging to the specified account.
documented