Skip to main content
GET
/
connectors
List Public Connectors
curl --request GET \
  --url https://platform.versori.com/api/connect/v1/connectors \
  --header 'Authorization: Bearer <token>'
{
  "totalCount": 123,
  "next": "<string>",
  "prev": "<string>",
  "connectors": [
    {
      "id": "<string>",
      "organisationId": "<string>",
      "name": "<string>",
      "public": true,
      "documentationURL": "<string>",
      "imageURL": "<string>",
      "tags": {},
      "protocol": "http",
      "authSchemeConfigs": [
        {
          "id": "<string>",
          "description": "<string>",
          "validationMessages": [
            "<any>"
          ],
          "schemeType": "<string>"
        }
      ],
      "connectionVariables": [
        {
          "name": "<string>",
          "value": "<string>"
        }
      ],
      "connections": [
        {
          "id": "<string>",
          "name": "<string>",
          "credentials": {},
          "variables": [
            "<any>"
          ],
          "createdAt": "2023-11-07T05:31:56Z",
          "updatedAt": "2023-11-07T05:31:56Z"
        }
      ],
      "versions": [
        {
          "id": "<string>",
          "name": "<string>",
          "description": "<string>",
          "isLatest": true,
          "isDefault": true,
          "createdAt": "2023-11-07T05:31:56Z",
          "updatedAt": "2023-11-07T05:31:56Z",
          "publishedAt": "2023-11-07T05:31:56Z",
          "messages": [
            "<any>"
          ]
        }
      ],
      "createdAt": "2023-11-07T05:31:56Z",
      "updatedAt": "2023-11-07T05:31:56Z",
      "baseUrl": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Query Parameters

first
integer
default:20
after
string
before
string
sort
string
tags
string
categories
enum<string>[]
protocol
string
name
string

Response

totalCount
integer
required
connectors
object[]
required
  • Option 1
  • Option 2
next
string
prev
string