Sign in

Get a consumer's web links

documented

Get consumer web links for a profile.

GET /v1/consumers/{consumerId}/web-linksConsumer Profileno 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.trustpilot.com/v1/consumers/{{$consumerId}}/web-links?locale={{$locale}}" \
  -X GET \
  -H "apikey: {{MARKETING_API_KEY}}" \
  -H "Accept: application/json"