Skip to main content
GET
C#

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

ID of the connection-profile-template to retrieve.

Response

Connection Profile Template successfully retrieved.

id
string

The id of the template.

display_name
string

The user-friendly name of the template displayed in the UI.

template
object

The structure of the template, which can be used as the payload for creating or updating a Connection Profile.