Subscribe to our newsletter and get proven marketing strategies for growing your business.
Last update on Aug 4, 2020
Last update on Dec 18, 2020
Last update on Mar 2, 2016
Agency Key is required to access this resource.
The profiles resource allows you to retrieve, edit, add, and delete profiles.
Method | Endpoint | Description |
GET | /api/v1/accounts/{account_id}/profiles | Get a paginated list of details for all profiles. |
GET | /api/v1/accounts/{account_id}/profiles/{profile_id} | Get details about a single profile. |
POST | /api/v1/accounts/{account_id}/profiles | Create a new profile. |
POST | /api/v1/accounts/{account_id}/profiles/{profile_id} | Edit details for a single profile. |
DELETE | /api/v1/accounts/{account_id}/profiles/{profile_id} | Delete a single profile. |
Get a paginated list of details for all profiles.
Method | Endpoint |
GET | https://app.whatconverts.com/api/v1/accounts/{account_id}/profiles |
Parameter | Type | Description | Required |
profiles_per_page | number | Number of profiles to return for this request (default 25, maximum 250). | No |
page_number | number | Page number to return for this request. | No |
start_date | string | Start date for this request in date or date/time ISO 8601 format (UTC); 2015-11-10 or 2015-11-10T00:00:00Z . | No |
end_date | string | End date for this request in date or date/time ISO 8601 format (UTC); 2015-11-10 or 2015-11-10T00:00:00Z . | No |
order | string | Order in which to return the profiles by date created; asc or (default) desc . | No |
Parameter | Type | Description |
profiles_per_page | number | The number of profiles returned in the request. |
page_number | number | The current page number in the request. |
total_pages | number | The total amount of pages available in the request. |
total_profiles | number | The total amount of profiles available in the request. |
profiles | array | Contains all the requested profiles. |
profile_id | number | Unique identifier for the profile. |
profile_name | string | The name of the profile. |
date_created | string | Date and time when the profile was created in ISO 8601 format (UTC). |
{ "page_number": 1, "profiles_per_page": 25, "total_pages": 2, "total_profiles": 45, "profiles": [ { "profile_id": 2548713, "profile_name": "WhatConverts Tracking", "date_created": "2016-06-24T17:24:42Z" }, ... ] }
Get details for specific profile.
Method | Endpoint |
GET | https://app.whatconverts.com/api/v1/accounts/{account_id}/profiles/{profile_id} |
No supported parameters.
Includes all response details from get all profiles resource.
Create a new profile.
Method | Endpoint |
POST | https://app.whatconverts.com/api/v1/accounts/{account_id}/profiles |
Parameter | Type | Description | Required |
profile_name | string | The name for this profile | Yes |
Parameter | Type | Description |
profile_id | number | Unique identifier for the profile. |
profile_name | string | The name of the profile. |
date_created | string | Date and time when the profile was created in ISO 8601 format (UTC). |
{ "profile_id": 2548713, "profile_name": "WhatConverts Tracking", "date_created": "2016-06-24T17:24:42Z" }
Edit details for a single profile.
Method | Endpoint |
POST | https://app.whatconverts.com/api/v1/accounts/{account_id}/profiles/{profile_id} |
Parameter | Type | Description | Required |
profile_name | string | The name for this profile | Yes |
Parameter | Type | Description |
profile_id | number | Unique identifier for the profile. |
profile_name | string | The name of the profile. |
date_created | string | Date and time when the profile was created in ISO 8601 format (UTC). |
{ "profile_id": 2548713, "profile_name": "WhatConverts Tracking", "date_created": "2016-06-24T17:24:42Z" }
Delete a single profile.
Method | Endpoint |
DELETE | https://app.whatconverts.com/api/v1/accounts/{account_id}/profiles/{profile_id} |
No supported parameters.
Parameter | Type | Description |
profile_id | number | Unique identifier for the profile. |
{ "profile_id": 2548713 }
One of our marketing experts will give you a full presentation of how WhatConverts can help you grow your business.
Request a Live DemoWithin the email, simply click “Yes” or “No” to answer whether or not the lead is quotable.
Choose which calls to track based on which marketing source the caller is coming from.
As leads come in, they appear in your Leads Dashboard in WhatConverts where you can qualify and add sales value.
WhatConverts reports web chats as a conversion action, revealing which marketing drives chats.
Subscribe to our newsletter and get proven marketing strategies for growing your business.
Last update on May 4, 2020
Last update on Sep 13, 2019
Last update on Sep 5, 2017