Query available connectors
The gateway builds a canonical GraphQL Connectors query against the
Connect service. Callers supply countryISO and method filters;
the gateway owns the query shape. Direction is pinned to OFF_RAMP.
Auth: accepts OAuth bearers (no x-zeam-auth required) or
Connect bearers (x-zeam-auth required).
POST
Query available connectors
Authorizations
Bearer token issued by the gateway. Source the token from one of:
POST /v1/public/auth/verify-otp(OTP user)POST /v1/public/auth-connect/sign-in(Connect app)- OAuth (end-user mobile/web)
Include as Authorization: Bearer <token>.
Body
application/json
Response
Connector results (GraphQL envelope).
{data, errors} GraphQL envelope forwarded verbatim.
Query available connectors

