Account Campaign Mapping
Timestamp when the campaign was created
{ "campaign_id": "019b7506-0ef6-773f-a783-e84136617c98", "campaign_name": "Campaign Name", "timestamp_created": "2025-12-31T15:28:09.974Z", "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": "019b7506-29e2-78b8-a74a-3f0e65baab1a" }
This entity represents a tag being assigned to a specific campaign or email account. When an email account is assigned a tag, a new custom tag mapping entry is created, which connects the tag (tag_id field) with the email account (resource_id field). You can use it to see which tag si connected to which resource.