| API | Protocol | Base URL | Docs | Reference | OpenAPI | SDKs |
|---|---|---|---|---|---|---|
| Main | rest | https://{subdomain}.myphoner.com/api/v2 | link | — | — | — |
Actions (22)
Leads · 10
- Archive leadPOST /api/v2/leads/{lead_id}/archive
Archive the lead record.
documented - Create leadPOST /api/v2/lists/{list_id}/leads
Create a new lead in the specified list.
documented - Delegate leadPATCH /api/v2/leads/{lead_id}/delegate
Delegate/claim a lead to another user.
documented - Mark lead as loserPOST /api/v2/leads/{lead_id}/loser
Mark the lead as loser.
documented - Mark lead as winnerPOST /api/v2/leads/{lead_id}/winner
Mark the lead as a winner and record related data.
documented - Migrate leadPATCH /api/v2/leads/{lead_id}/migrate
Move the lead to another list.
documented - Schedule lead callbackPOST /api/v2/leads/{lead_id}/call_back
Schedule a callback for the lead with timing and notes.
documented - Search leadsGET /api/v2/leads/search
Free text search for leads across the account.
documented - Update leadPATCH /api/v2/leads/{lead_id}
Update fields on a lead.
documented - View leadGET /api/v2/leads/{lead_id}
Retrieve details for a specific lead.
documented
Lists · 7
- Create listPOST /api/v2/lists
Create a new lead list with specified attributes and columns.
documented - Find leads in listGET /api/v2/lists/{list_id}/leads/find
Find leads in a list by given field values.
documented - List listsGET /api/v2/lists
Retrieve the list of all lead lists in the account.
documented - View lead statistics for listGET /api/v2/lists/{list_id}/stats
Retrieve lead counts and statistics for a specific list.
documented - View leads in listGET /api/v2/lists/{list_id}/leads
Retrieve leads belonging to the specified list.
documented - View list columnsGET /api/v2/lists/{list_id}/columns
Retrieve the column schema for a specific list.
documented - View list detailsGET /api/v2/lists/{list_id}
Retrieve details for a specific lead list.
documented
Webhooks · 3
- Subscribe account-wide webhookPOST /api/v2/webhooks
Create a webhook for account-wide events.
documented - Subscribe webhook by listPOST /api/v2/lists/{list_id}/webhook
Create a webhook for events on the specified list.
documented - Unsubscribe webhookDELETE /api/v2/webhook/{webhook_id}
Delete a webhook by its ID.
documented