Sign in

Generate Conversion API OAuth token

documented

Generate a dedicated OAuth access token for Conversions API usage.

POST /oauth/conversion_tokenOAuthno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://api.pinterest.com/v5/oauth/conversion_token" \
  -X POST \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -d '{"code": "{{$authorization_code}}", "redirect_uri": "{{$redirect_uri}}", "grant_type": "authorization_code"}'
Generate Conversion API OAuth token · Pinterest · OpenIntegrations