How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Delinea Inbox API

InboxController

Delinea Inbox API is one of 102 APIs that Delinea publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Inbox. The published artifact set on APIs.io includes an OpenAPI specification.

This API exposes 23 operations across 18 paths, and defines 47 schemas. It is described by OpenAPI 3.0.0, at version 11.7.2.

Requests are made against a single base URL, /SecretServer/api.

23 operations 18 paths 47 schemas 1 DELETE11 GET2 PATCH8 POST1 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.0
API Version
11.7.2
Base URL
https://your-secret-server-instance/api/v1
Authentication
API Key
Contact
Terms of Service
Resource Areas
1

Authentication & Security 1

Delinea Inbox API declares 1 security scheme for authenticating requests. An API key is passed in the header as Authorization (BearerToken). By default, every request must be authenticated.

  • BearerToken — Perform a POST request to /oauth2/token. It should include three form data parameters - username, password, and granttype.The granttype parameter should always…

Paths & Operations 23

Across 18 paths, the API surfaces 23 operations — 1 DELETE, 11 GET, 2 PATCH, 8 POST, 1 PUT. Each is listed below with its method, path, parameters, and response codes.

Inbox 23

InboxController

GET
/v1/inbox/templates/resources/{id}
Get inbox resource
InboxService_GetResource 1 param → 200400403500
DELETE
/v1/inbox/templates/resources/{id}
Delete inbox resource
InboxService_DeleteResource 1 param → 200400403500
GET
/v1/inbox/messages/{messageTypeId?}
Search inbox messages
InboxService_SearchInboxMessages 17 params → 200400403500
GET
/v1/inbox/message/{messageId}
Get Inbox Message by Id
InboxService_GetInboxMessage 1 param → 200400403500
GET
/v1/inbox/data-names
Inbox Message Type Data Names
InboxService_GetInboxMessageDataNames 1 param → 200400403500
GET
/v1/inbox/templates
Get inbox templates
InboxService_GetInboxTemplates 6 params → 200400403500
POST
/v1/inbox/templates
Create inbox template
InboxService_CreateInboxTemplate body → 200400403500
GET
/v1/inbox/templates/{templateId}
Get inbox template
InboxService_GetInboxTemplate 1 param → 200400403500
PATCH
/v1/inbox/templates/{templateId}
Patch inbox template
InboxService_PatchInboxTemplate 1 param body → 200400403500
GET
/v1/inbox/templates/{templateId}/locales/{localeId}
Get inbox template locale
InboxService_GetInboxTemplateLocale 2 params → 200400403500
PATCH
/v1/inbox/templates/{templateId}/locales/{localeId}
Patch inbox template locale
InboxService_PatchInboxTemplateLocale 2 params body → 200400403500
GET
/v1/inbox/message-types
Get inbox message types
InboxService_GetInboxMessageTypes 1 param → 200400403500
GET
/v1/inbox/templates/resources
Get inbox resources
InboxService_SearchResources 5 params → 200400403500
PUT
/v1/inbox/templates/resources
Upload an embedded resource
InboxService_UploadResource body → 200400403500
GET
/v1/notifications
Get inbox notifications
InboxService_GetNotifications 2 params → 200400403500
GET
/v1/notifications/status
Notification Status
InboxService_GetNotificationsStatus → 200400403500
POST
/v1/inbox/send-test-message
Send Test Inbox Message
InboxService_SendTestMessage body → 200400403500
POST
/v1/inbox/templates/copy
Copy an inbox template
InboxService_CopyInboxTemplate body → 200400403500
POST
/v1/inbox/templates/template-locale
Create inbox template locale
InboxService_CreateInboxTemplateLocale body → 200400403500
POST
/v1/inbox/update-read
Mark messages read or unread
InboxService_UpdateMessageReadStatus body → 200400403500
POST
/v1/notifications/notification-read
Mark alert notification as read
InboxService_MarkAlertNotificationRead body → 200400403500
POST
/v1/notifications/notification-unread
Mark alert notification as unread
InboxService_MarkAlertNotificationUnread body → 200400403500
POST
/v1/notifications/clear-new-message-status
Clear New Message Status
InboxService_ClearNewMessageStatus → 200400403500

Schemas 47

The contract defines 47 schemas that model the data the API accepts and returns. The most detailed are PagingOfInboxMessageSummary (14 properties), PagingOfInboxResourceSummary (14 properties), PagingOfInboxTemplateModel (14 properties), InboxMessageSummary (9 properties). Each schema is shown below with its type and property counts.

Sort
object
Sort options. Multiple sort options can be provided in the query string.
3 properties 2 required
InboxTemplateCopyArgs
object
InboxTemplateCopyArgs
1 property
PagingOfInboxTemplateModel
object
Specify paging and sorting options for querying records and returning results
14 properties
InboxResourceType
string
Resource Image Type
SortDirection
string
Sort direction
PagingOfInboxResourceSummary
object
Specify paging and sorting options for querying records and returning results
14 properties
AlertNotificationStatus
string
Type
InboxResourceUploadArgs
object
InboxResourceUploadArgs
4 properties
Severity
string
Error severity level
AlertNotificationType
string
NotificationType
InboxTemplateLocaleUpdateArgs
object
InboxTemplateLocaleUpdateArgs
1 property
InboxTestMessageModel
object
Data
3 properties
InternalServerErrorResponse
object
Response object for internal server errors
4 properties 4 required
InboxTemplateLocaleUpdateModel
object
Data
2 properties
AlertNotificationUnreadEventArgs
object
AlertNotificationUnreadEventArgs
1 property
InboxTemplateType
string
Template Type
InboxTemplateLocaleCreateModel
object
Data
4 properties
NotificationStatusModel
object
Inbox notification status
7 properties
InboxTemplateCreateArgs
object
InboxTemplateCreateArgs
1 property
BadRequestResponse
object
Response object for invalid requests
4 properties 1 required
InboxTemplateCopyModel
object
Inbox Template Copy Model
2 properties
InboxTestMessageArgs
object
InboxTestMessageArgs
1 property
InboxResourceSummary
object
Query results
3 properties
InboxMessageSetMessageReadStatusArgs
object
InboxMessageSetMessageReadStatusArgs
1 property
AlertNotificationsWrapper
object
AlertNotificationsWrapper
2 properties
AlertNotificationReadEventArgs
object
AlertNotificationReadEventArgs
1 property
InboxTemplateModel
object
Query results
5 properties
UpdateFieldValueOfInboxTemplateType
object
TemplateType
2 properties
AuthenticationFailedResponse
object
Response object for authentication failures
1 property 1 required
PagingOfInboxMessageSummary
object
Specify paging and sorting options for querying records and returning results
14 properties
InboxRuleModel
object
Rules leveraging this Template
2 properties
InboxTemplateDetailModel
object
InboxTemplateDetailModel
5 properties
InboxMessageSetMessageReadStatusModel
object
Data
2 properties
InboxMessageSummary
object
Summary of an inbox message
9 properties
InboxMessageData
object
All data fields for this messages
7 properties
InboxTemplateUpdateArgs
object
InboxTemplateUpdateArgs
1 property
AlertNotification
object
SystemAlerts
8 properties
InboxTestMessageResult
object
InboxTestMessageResult
2 properties
InboxMessageTypeSummary
object
InboxMessageTypeSummary[]
3 properties
InboxTemplateLocaleModel
object
InboxTemplateLocaleModel
5 properties
InboxTemplateLocaleCreateArgs
object
InboxTemplateLocaleCreateArgs
1 property
InboxData
object
InboxData[]
4 properties
UpdateFieldValueOfString
object
Description
2 properties
InboxResourceData
object
Inbox Resource Data
4 properties
InboxTemplateUpdateModel
object
Data
2 properties
InboxTemplateCreateModel
object
Data
2 properties
InboxResourceDeleteResponse
object
Response message when deleting an inbox resource
1 property

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

delinea-inbox-api-openapi.yml Raw ↑

Other APIs Delinea publishes across the network.

Secret Server REST API
DevOps Secrets Vault API
Delinea Platform API
Delinea Activations API
Delinea ActiveDirectory API
Delinea AdvancedConfigSettings API
Delinea ApiToken API
Delinea AppClients API
Delinea ApplicationAccounts API
Delinea ApplicationRequest API
Delinea AppState API
Delinea BulkOperations API
Where this information came from

This is an independent, third-party profile of Delinea Inbox API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.