curl --request GET \
--url https://api.shareofmodel.ai/v1/organizations/{organization_id}/workspaces/{workspace_id}/platform_integrations/{id}/accounts \
--header 'Authorization: <api-key>'[
{
"id": "<string>",
"platform_integration_id": "<string>",
"name": "<string>",
"platform": "google_ads"
}
]Use the token stored in the platform integration, make a call to external platform API (ex google_ads) to retrieve all accounts accessible with the platform integration.
curl --request GET \
--url https://api.shareofmodel.ai/v1/organizations/{organization_id}/workspaces/{workspace_id}/platform_integrations/{id}/accounts \
--header 'Authorization: <api-key>'[
{
"id": "<string>",
"platform_integration_id": "<string>",
"name": "<string>",
"platform": "google_ads"
}
]Documentation Index
Fetch the complete documentation index at: https://docs.shareofmodel.ai/llms.txt
Use this file to discover all available pages before exploring further.
A UUID string identifying this platform integration.
A UUID string identifying the organization.
A UUID string identifying the workspace.
A list of accounts associated with the platform integration.
The unique identifier of the account.
The ID of the platform integration associated with this account.
The name of the account.
The platform associated with the account.
google_ads - google adstiktok - tiktokgoogle_ads, tiktok