BECOME A POWER-USER 🏆 Maximize the full potential of WhatConverts! Learn How
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.
Schedule a DemoYour callers will hear a menu of options to direct their call to the proper connection.
If you know which page a user landed on, you’ll have clues about which keywords they used to find your site.
Measure the exact revenue that each of your leads generated via eCommerce.
Different businesses may need different data fields, and WhatConverts knows that.