get https://api.talkdeskapp.com/contacts//integrations
Scope
contacts-integrations:read
Body Response - Schema
200 (list of the contact's integrations response)
Parameter | Type | Description |
---|---|---|
_embedded | object | "_embedded" subdivides into: "integrations" (array) - list of integrations where the contact is |
_links | object | "_links" subdivides into: 1 - "self" (object) 1.1 - "href" (string) - default: https://api.talkdeskapp.com/contacts/:contact_id/integrations |
404 (contact not found)
Parameter | Type | Description | Required |
---|---|---|---|
code | string | n/a | yes |
message | string | n/a | yes |
description | string | n/a | no |
fields | array[object] | "fields" subdivides into: "name" (string) "description" (string) | yes (name and description) |
Troubleshooting
If you have any questions regarding the usage of this API, or if you’re having any technical issues, please open a ticket using this form.