Skip to main content
GET
/
connector_profiles
List Connector Profiles
curl --request GET \
  --url https://api.stackone.com/connector_profiles \
  --header 'Authorization: Basic <encoded-value>'
{
  "page": 123,
  "page_size": 123,
  "total": 123,
  "data": [
    {
      "id": "<string>",
      "name": "<string>",
      "connector_key": "<string>",
      "connector_label": "<string>",
      "logo_url": "<string>",
      "categories": [
        "<string>"
      ],
      "active": true,
      "default": true,
      "release_stage": "<string>",
      "created_at": "2023-11-07T05:31:56Z",
      "updated_at": "2023-11-07T05:31:56Z",
      "connector_version": "<string>",
      "connector_pinned_version": "<string>",
      "connector_owner": "<string>",
      "environment": "<string>",
      "authentication_config_key": "<string>",
      "authentication_config_label": "<string>"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.stackone.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Query Parameters

page
number | null

The page number of the results to fetch

page_size
number | null
default:25

The number of results per page

enabled
boolean | null

Filter connector profiles by their enabled state

Example:

true

connector_key
string | null

Filter connector profiles by connector key

Example:

"salesforce"

Response

The list of connector profiles was retrieved.

page
number
required

The current page number

page_size
number
required

The number of results per page

total
number
required

The total number of connector profiles matching the query

data
object[]
required

The list of connector profiles