Skip to main content
GET
/
connector_profiles
/
{connectorProfileId}
/
versions
List Connector Profile Versions
curl --request GET \
  --url https://api.stackone.com/connector_profiles/{connectorProfileId}/versions \
  --header 'Authorization: Basic <encoded-value>'
[
  {
    "version": "<string>",
    "pinned": true,
    "builtin": true,
    "owner": "<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.

Path Parameters

connectorProfileId
string
required

Response

The list of connector versions for the connector profile was retrieved.

version
string
required

The connector version

pinned
boolean
required

Whether this version is the one currently pinned for the connector profile

builtin
boolean
required

Whether this version is a built-in StackOne connector (true) or a custom one (false)

owner
string
required

The owner of this connector version. "stackone" for built-in connectors.