GET
/
connections
/
{projectId}
/
{connectionId}
/
detail
curl --request GET \
  --url https://partner.peaka.studio/api/v1/connections/{projectId}/{connectionId}/detail \
  --header 'Authorization: Bearer <token>'
{
  "type": "bullhorn",
  "restApiTokenUrl": "http://a.b.c",
  "swimlane": "123",
  "corpToken": "123"
}

Authorizations

Authorization
string
header
required

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

Path Parameters

projectId
string
required

ID of the project

connectionId
string
required

ID of the connection

Response

200 - application/json
Connection Detail

Credential object for the connection.

Its structure is dependent on the connection type and can be fetched by following url: /connections/config