Sign in

List sub-merchants

documented

List sub-merchants.

GET /v1/sub_merchants.{format}Sub Merchantsno 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/sub_merchants.{{$format}}?{{$query}}&page={{$page}}&limit={{$limit}}" \
  -u "{{SPREEDLY_API_KEY}}:{{SPREEDLY_SECRET}}" \
  -X GET \
  -H "Accept: application/{{$format}}" \
  -H "Content-Type: application/{{$format}}"
List sub-merchants · Spreedly · OpenIntegrations