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

Authorizations

Authorization
string
header
required

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

Path Parameters

objectType
string
required

Query Parameters

limit
integer
default:10
after
string
properties
string[]
propertiesWithHistory
string[]
associations
string[]
archived
boolean
default:false

Response

successful operation

results
object[]
required
paging
object