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

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