Metadata-driven execution
Forwards the request to Connect’s REST API under the specified path.
The path is taken from the GraphQL execution[].path field returned
by /v1/connect-query. Supports POST, GET, PUT, PATCH, DELETE.
Absolute URLs are rejected (SSRF guard).
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>.
Connect secret for the Connect route group. Partners must include
their issued connect secret (x-zeam-auth: <connect-secret>) on
all /v1/connect-* calls.
Path Parameters
Relative path from GraphQL execution metadata.
Body
The body is of type object.
Response
Response (forwarded verbatim).
The response is of type object.

