Service Providers

GET/serviceProviders

List service providers

Returns every service provider the selected merchant is connected to. The merchant is taken from the `X-Selected-Client-Id` header; no service provider header is required.

Request

GET/serviceProviders
curl -G https://YOUR_DOMAIN/api/serviceProviders \
  -H "Authorization: Bearer {token}" \
  -H "Accept: application/json"
Loading response...