Passer au contenu principal
GET
/
conversations
/
custom-channels
/
2026-03
cURL
curl --request GET \
  --url https://api.hubapi.com/conversations/custom-channels/2026-03
{
  "results": [
    {
      "capabilities": {},
      "createdAt": "2023-11-07T05:31:56Z",
      "id": "<string>",
      "name": "<string>",
      "channelAccountConnectionRedirectUrl": "<string>",
      "channelDescription": "<string>",
      "channelLogoUrl": "<string>",
      "webhookUrl": "<string>"
    }
  ],
  "total": 123,
  "paging": {
    "next": {
      "after": "<string>",
      "link": "<string>"
    },
    "prev": {
      "before": "<string>",
      "link": "<string>"
    }
  }
}

Supported products

Paramètres de requête

after
string
defaultPageLength
integer<int32>
limit
integer<int32>
sort
string[]

Réponse

successful operation

results
object[]
requis
total
integer<int32>
requis
paging
object
Dernière modification le 11 juin 2026