Skip to main content
GET
/
v0
/
connectors
/
{connector_external_id}
Get Connector
curl --request GET \
  --url https://api.example.com/v0/connectors/{connector_external_id}
{
  "_links": {
    "kyc": {
      "description": "Submit KYC information",
      "href": "/v0/user/me/kyc",
      "method": "PUT"
    },
    "self": {
      "href": "/v0/user/me",
      "method": "GET"
    },
    "wallets": {
      "href": "/v0/wallets",
      "method": "GET"
    }
  }
}

Headers

x-juno-jwt
string | null

Path Parameters

connector_external_id
string
required

Query Parameters

expand
string[]

Expand related resources. Options: tools

Response

Connector retrieved successfully

HAL-style hypermedia links for navigation and available actions.

connector
ConnectorData · object
required
tools
ToolData · object[]