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

Use the Authorization header with the value 'Bearer <apiKey>' to authenticate. Partner API Keys have full access; Project API Keys are limited to their project scope. Learn more: https://docs.peaka.com/api-reference/authentication

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