curl --request GET \
--url https://api.hubapi.com/conversations/v3/conversations/inboxes/{inboxId} \
--header 'Authorization: Bearer <token>'{
"archived": true,
"createdAt": "2023-11-07T05:31:56Z",
"id": "<string>",
"name": "<string>",
"type": "HELP_DESK",
"updatedAt": "2023-11-07T05:31:56Z",
"archivedAt": "2023-11-07T05:31:56Z"
}Rufen Sie Details einea einzelnen Konversationen-Postfachs mithilfe der Postfach-ID ab.
curl --request GET \
--url https://api.hubapi.com/conversations/v3/conversations/inboxes/{inboxId} \
--header 'Authorization: Bearer <token>'{
"archived": true,
"createdAt": "2023-11-07T05:31:56Z",
"id": "<string>",
"name": "<string>",
"type": "HELP_DESK",
"updatedAt": "2023-11-07T05:31:56Z",
"archivedAt": "2023-11-07T05:31:56Z"
}Documentation Index
Fetch the complete documentation index at: https://developers.hubspot.de/docs/llms.txt
Use this file to discover all available pages before exploring further.
Supported products
Required Scopes
The access token received from the authorization server in the OAuth 2.0 flow.
Ob nur Ergebnisse zurückgegeben werden sollen, die archiviert wurden.
successful operation
Wann das Postfach erstellt wurde.
Die ID des Postfachs.
Der Name des Postfachs.
Gibt an, ob es sich um ein Konversations-Postfach oder um den Helpdesk handelt. Gültige Werte sind INBOX oder HELP_DESK.
HELP_DESK, INBOX