Account Campaign Mapping
Timestamp when the campaign was created
{ "campaign_id": "019769d6-c114-74c3-8add-d1f21b269fda", "campaign_name": "Campaign Name", "timestamp_created": "2025-06-13T15:09:31.284Z", "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": "019769d6-d9d0-7d17-a56c-371be4cf4bde" }