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": [
    {
      "archived": true,
      "archivedAt": "2023-11-07T05:31:56Z",
      "associations": {},
      "createdAt": "2023-11-07T05:31:56Z",
      "id": "<string>",
      "objectWriteTraceId": "<string>",
      "properties": {},
      "propertiesWithHistory": {},
      "updatedAt": "2023-11-07T05:31:56Z",
      "url": "<string>"
    }
  ]
}

Produits pris en charge

Exige l'un des produits suivants ou un produit supérieur.
Marketing HubMarketing Hub -Gratuit
Sales HubSales Hub -Gratuit
Service HubService Hub -Gratuit
Content HubContent Hub -Gratuit
Cette API requiert l'une des portées suivantes :
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

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

Response

successful operation

results
object[]
required
paging
object