Zum Hauptinhalt springen
GET
/
crm
/
v3
/
objects
/
postal_mail
cURL
curl --request GET \
  --url https://api.hubapi.com/crm/v3/objects/postal_mail
{
  "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"
    }
  ]
}

Unterstützte Produkte

Erfordert eines der folgenden Produkte oder höher.
Marketing HubMarketing Hub -Kostenlos
Sales HubSales Hub -Kostenlos
Service HubService Hub -Kostenlos
Content HubContent Hub -Kostenlos
Diese API erfordert einen der folgenden Bereiche:
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