メインコンテンツへスキップ
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

クエリパラメータ

after
string

最後に正常に読み取られたリソースのページ操作カーソルトークンは、より多くの結果を含むページ付きレスポンスのpaging.next.after JSONプロパティーとして返されます。

defaultPageLength
integer<int32>
limit
integer<int32>

ページごとに表示する結果の最大数。

sort
string[]

レスポンス

successful operation

results
object[]
必須
total
integer<int32>
必須
paging
object
Last modified on April 14, 2026