curl --request GET \
--url https://aodocs.altirnao.com/api/library/v1beta1/{libId}/inboundEmails \
--header 'Authorization: Bearer <token>'{
"inboundEmails": [
{
"allowUnknownSenders": true,
"classId": "<string>",
"conversionMode": "NONE",
"createdTime": "2023-11-07T05:31:56Z",
"destinationFolderId": "<string>",
"emailPrefix": "<string>",
"fullEmail": "<string>",
"id": "<string>",
"importedParts": [
"BODY"
],
"kind": "<string>",
"lastModifiedTime": "2023-11-07T05:31:56Z",
"libraryId": "<string>",
"ocrLocale": "<string>",
"preferPlainTextBody": true,
"removeThreadHistory": true,
"templateDocumentId": "<string>"
}
],
"kind": "<string>"
}Lists all inbound emails in a library.
curl --request GET \
--url https://aodocs.altirnao.com/api/library/v1beta1/{libId}/inboundEmails \
--header 'Authorization: Bearer <token>'{
"inboundEmails": [
{
"allowUnknownSenders": true,
"classId": "<string>",
"conversionMode": "NONE",
"createdTime": "2023-11-07T05:31:56Z",
"destinationFolderId": "<string>",
"emailPrefix": "<string>",
"fullEmail": "<string>",
"id": "<string>",
"importedParts": [
"BODY"
],
"kind": "<string>",
"lastModifiedTime": "2023-11-07T05:31:56Z",
"libraryId": "<string>",
"ocrLocale": "<string>",
"preferPlainTextBody": true,
"removeThreadHistory": true,
"templateDocumentId": "<string>"
}
],
"kind": "<string>"
}The access token received from the authorization server in the OAuth 2.0 flow.
The ID of the library