Skip to main content
GET
/
integrations
/
{integrationType}
Get integration
curl --request GET \
  --url https://app2.freyavoice.ai/api/v2/integrations/{integrationType} \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "data": {
    "message": "<string>",
    "result": {
      "integration": {
        "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
        "workspaceId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
        "integrationType": "<string>",
        "nangoConnectionId": "<string>",
        "connectedAt": "2023-11-07T05:31:56Z"
      }
    }
  }
}

Authorizations

Authorization
string
header
required

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

Path Parameters

integrationType
string
required

Integration type (e.g., 'salesforce', 'hubspot')

Required string length: 1 - 50

Query Parameters

workspaceId
string<uuid>
required

Workspace ID

Response

Integration connection or null

success
enum<boolean>
required
Available options:
true,
false
data
object
required