メインコンテンツへスキップ
GET
/
crm
/
v3
/
objects
/
subscriptions
Retrieve a list of subscription objects.
curl --request GET \
  --url https://api.hubapi.com/crm/v3/objects/subscriptions \
  --header 'Authorization: Bearer <token>'
{
  "results": [
    {
      "archived": true,
      "createdAt": "2023-11-07T05:31:56Z",
      "id": "<string>",
      "properties": {},
      "updatedAt": "2023-11-07T05:31:56Z",
      "archivedAt": "2023-11-07T05:31:56Z",
      "associations": {},
      "objectWriteTraceId": "<string>",
      "propertiesWithHistory": {}
    }
  ],
  "paging": {
    "next": {
      "after": "NTI1Cg%3D%3D",
      "link": "?after=NTI1Cg%3D%3D"
    },
    "prev": {
      "before": "<string>",
      "link": "<string>"
    }
  }
}
次のいずれかの製品またはそれ以上が必要です。
Marketing HubMarketing Hub -無料ツール
Sales HubSales Hub -無料ツール
Service HubService Hub -無料ツール
Content HubContent Hub -無料ツール

認証

Authorization
string
header
必須

The access token received from the authorization server in the OAuth 2.0 flow.

クエリパラメータ

after
string

A paging cursor token for retrieving subsequent pages.

archived
boolean
デフォルト:false

Whether to return only archived results, default is false.

associations
string[]

A list of associations to include in the response.

limit
integer<int32>
デフォルト:10

The maximum number of results to return, default is 10.

properties
string[]

A list of property names to include in the response.

propertiesWithHistory
string[]

A list of property names to include in the response along with their history.

レスポンス

successful operation

results
object[]
必須
paging
object
Last modified on December 18, 2025