Call any Pinterest v5 endpoint
pinterest_api_requestNeed an endpoint no dedicated tool covers? Call Pinterest API v5 directly for ad accounts, catalogs, audiences, and conversion events with the configured token.
Instructions
Escape hatch: issue an arbitrary request against the Pinterest API v5 using the configured token. Use this only for endpoints no dedicated tool covers — ad accounts, catalogs, audiences, conversion events. Prefer the specific tools when one exists: they validate input and explain failures. Path is relative to https://api.pinterest.com/v5.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | No | JSON request body, for POST/PATCH/PUT. | |
| path | Yes | Path below the v5 root, e.g. '/ad_accounts' or '/catalogs/product_groups'. | |
| query | No | Query string parameters. | |
| method | No | HTTP method. Defaults to GET. |