Get a connector
Returns a single connector by ID, including its execution steps. The
richer single-connector shape (with steps) is only available from this
endpoint, not the list. Optionally pass transactionType to get
steps scoped to that type.
Authorizations
Access token issued by POST /v1/auth/token.
Application secret (the apiKey issued at registration), required on every request.
Path Parameters
Connector identifier.
Query Parameters
Transaction type to scope execution steps (e.g. C2C).
Response
The connector.
"OFF_RAMP"
"MOBILE_MONEY"
"ACTIVE"
The connector's execution steps. Only present on GET /v1/connectors/{connectorId}, not on the list response.
Each transaction type the connector supports (C2C/C2B/B2C/B2B), with its own status.
Which transaction-type categories the connector supports.