{
  "auth": {
    "type": "apikey",
    "apikey": [
      {
        "key": "value",
        "value": "{{api_key}}",
        "type": "string"
      },
      {
        "key": "key",
        "value": "api-key",
        "type": "string"
      },
      {
        "key": "in",
        "value": "header",
        "type": "string"
      }
    ]
  },
  "method": "GET",
  "header": [
    {
      "key": "Accept",
      "value": "application/json"
    },
    {
      "key": "x-merchant-id",
      "value": "{{merchant_id}}"
    }
  ],
  "url": {
    "raw": "{{baseUrl}}/account/:account_id/connectors/:connector_id",
    "host": ["{{baseUrl}}"],
    "path": ["account", ":account_id", "connectors", ":connector_id"],
    "variable": [
      {
        "key": "account_id",
        "value": "{{merchant_id}}",
        "description": "(Required) The unique identifier for the merchant account"
      },
      {
        "key": "connector_id",
        "value": "{{merchant_connector_id}}",
        "description": "(Required) The unique identifier for the payment connector"
      }
    ]
  },
  "description": "Retrieve Payment Connector details."
}
