WhatConverts
Lead tracking and conversion analytics platform
| API | Protocol | Base URL | Docs | Reference | OpenAPI | SDKs |
|---|---|---|---|---|---|---|
| Main | rest | https://app.whatconverts.com/api/v1 | link | — | — | — |
Actions (25)
Accounts · 10
- Create accountPOST /api/v1/accounts
Create a new account.
documented - Create profilePOST /api/v1/accounts/{account_id}/profiles
Create a new profile under the specified account.
documented - Delete accountDELETE /api/v1/accounts/{account_id}
Delete a single account and all related data.
documented - Delete profileDELETE /api/v1/accounts/{account_id}/profiles/{profile_id}
Delete a single profile and its related data.
documented - Get accountGET /api/v1/accounts/{account_id}
Retrieve details for a single account.
documented - Get profileGET /api/v1/accounts/{account_id}/profiles/{profile_id}
Retrieve details for a single profile.
documented - List accountsGET /api/v1/accounts
Retrieve a paginated list of all accounts.
documented - List profilesGET /api/v1/accounts/{account_id}/profiles
Retrieve a paginated list of profiles under an account.
documented - Update accountPOST /api/v1/accounts/{account_id}
Edit details for a single account.
documented - Update profilePOST /api/v1/accounts/{account_id}/profiles/{profile_id}
Edit details for a single profile.
documented
Leads · 4
- Create leadPOST /api/v1/leads
Create a new lead.
documented - Get leadGET /api/v1/leads/{lead_id}
Retrieve details for a single lead.
documented - List leadsGET /api/v1/leads
Retrieve a paginated list of details for all leads.
documented - Update leadPOST /api/v1/leads/{lead_id}
Edit details for a single lead.
documented
Tracking · 4
- Delete phone numberDELETE /api/v1/tracking/numbers/{phone_number_id}
Delete a tracking phone number.
documented - Delete web formDELETE /api/v1/tracking/forms/{form_id}
Delete a tracked web form.
documented - List phone numbersGET /api/v1/tracking/numbers
Retrieve a paginated list of tracking phone numbers.
documented - List web formsGET /api/v1/tracking/forms
Retrieve a paginated list of tracking web forms.
documented
Users · 4
- Create userPOST /api/v1/users/
Create a new user.
documented - Get userGET /api/v1/users/{user_id}
Retrieve details for a single user.
documented - List usersGET /api/v1/users
Retrieve a paginated list of details for all users.
documented - Update userPOST /api/v1/users/{user_id}
Edit details for a single user.
documented