Skip to main content
GET
/
connectors
List all connectors
curl --request GET \
  --url https://api.getmembrane.com/connectors \
  --header 'Authorization: Bearer <token>'
{
  "items": [
    {}
  ],
  "cursor": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

limit
number
cursor
string
workspaceId
string

[INTERNAL] Legacy field for backward compatibility

appUuid
string
externalAppId
string
includeArchived
boolean

Response

200 - application/json
items
object[]
required
cursor
string