Wire Docs

Retrieve an operator connection

GET
/v1/operator_connections/{id}

Authorization

bearerAuth
AuthorizationBearer <token>

API key as a bearer token (Authorization: Bearer sk_live_...).

In: header

Path Parameters

id*string

Response Body

application/json

application/json

curl -X GET "https://example.com/v1/operator_connections/string"
{
  "id": "string",
  "object": "operator_connection",
  "operator": "string",
  "mode": "byo",
  "status": "string",
  "capabilities": [
    "string"
  ],
  "created": 0
}
{
  "error": {
    "type": "invalid_request_error",
    "code": "string",
    "message": "string",
    "param": "string",
    "request_id": "string",
    "doc_url": "string",
    "operator_decline_code": "string"
  }
}