Skip to main content
GET
/
connector_profiles
/
{connectorProfileId}
/
pinned_version
Get Connector Profile Pinned Version
curl --request GET \
  --url https://api.stackone.com/connector_profiles/{connectorProfileId}/pinned_version \
  --header 'Authorization: Basic <encoded-value>'
{
  "connector_profile_id": "<string>",
  "pinned_version": "<string>",
  "created_at": "2023-11-07T05:31:56Z",
  "updated_at": "2023-11-07T05:31:56Z",
  "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 pinned version for the connector profile was retrieved.

connector_profile_id
string
required

The id of the connector profile this pinned version belongs to

pinned_version
string
required

The pinned connector version

created_at
string<date-time>
required

The timestamp when the pinned version was created

updated_at
string<date-time>
required

The timestamp when the pinned version was last updated

owner
string | null

The owner of the pinned connector version