Sign in

List merchant profiles

documented

List merchant profiles.

GET /v1/merchant_profiles.{format}Merchant Profilesno 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://core.spreedly.com/v1/merchant_profiles.{{$format}}" \
  -X GET \
  -u '{{SPREEDLY_API_KEY}}:{{SPREEDLY_SECRET}}' \
  -H "Accept: application/{{$format}}"