> For clean Markdown of any page, append .md to the page URL.
> For a complete documentation index, see https://apidocs.polytomic.com/llms.txt.
> For AI client integration (Claude Code, Cursor, etc.), connect to the MCP server at https://apidocs.polytomic.com/_mcp/server.
# Pinterest Ads
Supports:
* ✅ Model sync destination
* ✅ Connection Proxy
## Connection
### Configuration
| Name | Type | Description | Required |
client_id |
string |
|
false |
client_secret |
string |
|
false |
`oauth_token_expiry`
When `oauth_token_expiry` has a value
| Name | Type | Description | Required |
accounts |
array |
Ad accounts |
true |
#### Example
```json
{
"name": "Pinterest Ads connection",
"type": "pinterest_ads",
"configuration": {
"client_id": "your_client_id",
"client_secret": "your_client_secret"
}
}
```
### Read-only properties
| Name | Type | Description | Required |
connected_user |
string |
Connected user |
false |
## Model Sync
### Target
Pinterest Ads connections may be used as the destination in a model sync.
### Target creation
Pinterest Ads connections may be used to create a new target for a model sync. The
following parameters are required to create a new target:
| NAME |
DESCRIPTION |
ENUM |
| account |
Pinterest Ads account ID |
true |
| name |
List name |
false |