Sign in

Show sub-merchant

documented

Show a sub-merchant's details.

GET /v1/sub_merchants/{sub_merchant_token}.{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/{{$sub_merchant_token}}.{{$format}}" \
  -u "{{SPREEDLY_ENVIRONMENT_KEY}}:{{SPREEDLY_ACCESS_SECRET}}" \
  -H "Accept: application/{{$format}}" \
  -H "Content-Type: application/{{$format}}"
Show sub-merchant · Spreedly · OpenIntegrations