Account Campaign Mapping
Timestamp when the campaign was created
{ "campaign_id": "019ad987-3182-7f74-9aa1-991f08c2350c", "campaign_name": "Campaign Name", "timestamp_created": "2025-12-01T10:48:27.266Z", "status": 1 }
The entire API V2 documentation is interactive and can be tested here. To the right side of every endpoint you will see a box with an example request. You can click on the "Try it" button to send a request to the server right from the docs. You will need to provide an API key by clicking the ApiKeyAuth_token blue text.
https://api.instantly.ai/
https://developer.instantly.ai/_mock/api/v2/
https://api.instantly.ai/api/v2/account-campaign-mappings/{email}
https://developer.instantly.ai/_mock/api/v2/api/v2/account-campaign-mappings/{email}
curl -i -X GET \
'https://api.instantly.ai/api/v2/account-campaign-mappings/user@example.com?limit=10&starting_after=2025-03-07T00%3A00%3A00.000Z' \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>'{ "items": [ { … } ], "next_starting_after": "019ad987-5175-7013-890e-77280ff3e477" }