Skip to main content
GET
Get a connector

Authorizations

Authorization
string
header
required

Access token issued by POST /v1/auth/token.

x-zeam-auth
string
header
required

Application secret (the apiKey issued at registration), required on every request.

Path Parameters

connectorId
string
required

Connector identifier.

Query Parameters

transactionType
string

Transaction type to scope execution steps (e.g. C2C).

Response

The connector.

id
string
required
name
string
required
description
string
acceptedAsset
string
destinationAsset
string
direction
string
Example:

"OFF_RAMP"

method
string
Example:

"MOBILE_MONEY"

status
string
Example:

"ACTIVE"

requiresQuote
boolean
isActive
boolean
methodProvider
object
limits
object[]
execution
object[]

The connector's execution steps. Only present on GET /v1/connectors/{connectorId}, not on the list response.

transactionTypes
object[]

Each transaction type the connector supports (C2C/C2B/B2C/B2B), with its own status.

supportedTransactionType
object

Which transaction-type categories the connector supports.

region
object