The resolved Integration Platform (IP) instance identifiers for a reused IP-backed source entity. The frontend uses these values to build its configure call when re-adding the entity to another flow.
| integration_instance_id required | string The IP integration instance identifier associated with the entity's credential. |
| connection_instance_id required | string The IP connection instance identifier associated with the entity's credential. |
| marketplace_app_id required | string The IP marketplace app identifier associated with the entity's credential. |
{- "integration_instance_id": "int_inst_9f8b7c6d5e4f3a2b1c0d9e8f",
- "connection_instance_id": "conn_inst_1a2b3c4d5e6f7a8b9c0d1e2f",
- "marketplace_app_id": "app_0d1e2f3a4b5c6d7e8f9a0b1c"
}Resolves the Integration Platform (IP) "integration context" for a reused IP-backed source entity so the frontend can build its configure call when the entity is re-added to another flow.
Returns the IP instance identifiers
(integration_instance_id, connection_instance_id, marketplace_app_id)
resolved from the entity's IP credential.
This endpoint is gated by the enable-snapchat-lead-ads feature flag and
responds with 404 Not Found when the flag is disabled.
The resolved integration context for the entity.
Bad request — entity_id is not a 24-character hexadecimal string.
Authorization information is missing or invalid.
Forbidden — the entity is not owned by the calling account.
Not found. Two distinct cases share this status:
enable-snapchat-lead-ads feature flag is off; the response body is empty.LCError JSON object.Unprocessable — the entity is not a custom IP inbound entity, or no IP credential could be resolved for it.
{- "integration_instance_id": "int_inst_9f8b7c6d5e4f3a2b1c0d9e8f",
- "connection_instance_id": "conn_inst_1a2b3c4d5e6f7a8b9c0d1e2f",
- "marketplace_app_id": "app_0d1e2f3a4b5c6d7e8f9a0b1c"
}