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 CategorizedLists API

View and maintain lists of options

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

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

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

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

18 operations 11 paths 35 schemas 3 DELETE6 GET5 POST4 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 CategorizedLists 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 18

Across 11 paths, the API surfaces 18 operations — 3 DELETE, 6 GET, 5 POST, 4 PUT. Each is listed below with its method, path, parameters, and response codes.

CategorizedLists 18

View and maintain lists of options

GET
/v1/lists/{categorizedListId}
Get a list
CategorizedListsService_GetList 1 param → 200400403500
PUT
/v1/lists/{categorizedListId}
Update a list
CategorizedListsService_UpdateList 1 param body → 200400403500
DELETE
/v1/lists/{categorizedListId}
Delete List
CategorizedListsService_DeleteList 1 param → 200400403500
GET
/v1/lists/{categorizedListId}/options
Get a list's items
CategorizedListsService_GetListItems 8 params → 200400403500
PUT
/v1/lists/{categorizedListId}/options
Updates options in a list
CategorizedListsService_UpdateItemsInList 1 param body → 200400403500
POST
/v1/lists/{categorizedListId}/options
Adds options to a list
CategorizedListsService_AddItemsToList 1 param body → 200400403500
DELETE
/v1/lists/{categorizedListId}/options
Delete all list options from a list
CategorizedListsService_RemoveItemsFromList 1 param → 200400403500
DELETE
/v1/lists/{listId}/options/{optionId}
Delete a list option from a list
CategorizedListsService_RemoveItemFromList 2 params → 200400403500
GET
/v1/lists
Search Lists
CategorizedListsService_Search 8 params → 200400403500
POST
/v1/lists
Create a list
CategorizedListsService_CreateList body → 200400403500
GET
/v1/lists/summary
Get a list of lists available to current user
CategorizedListsService_GetAllListsUserMaySee → 200400403500
GET
/v1/lists/{categorizedListId}/categories
Get a list's current categories
CategorizedListsService_GetCategoriesForList 1 param → 200400403500
GET
/v1/lists/{categorizedListId}/audits
Get Audits for List
CategorizedListsService_SearchListAudit 7 params → 200400403500
PUT
/v1/lists/{categorizedListId}/options/single
Updates an option in a list
CategorizedListsService_UpdateItemInList 1 param body → 200400403500
POST
/v1/lists/{categorizedListId}/options/single
Adds an option to a list
CategorizedListsService_AddItemToList 1 param body → 200400403500
POST
/v1/lists/{categorizedListId}/options/{category}
Adds options to the list with the specified category
CategorizedListsService_AddItemsToListWithCategory 2 params body → 200400403500
POST
/v1/lists/{categorizedListId}/options/file
Upload a file of list options
CategorizedListsService_AddItemsToListFromFile 1 param body → 200400403500
PUT
/v1/lists/{categorizedListId}/options/replace
Replaces options in a list
CategorizedListsService_ReplaceItemsInList 1 param body → 200400403500

Schemas 35

The contract defines 35 schemas that model the data the API accepts and returns. The most detailed are ViewFieldValueOfString (17 properties), PagingOfCategorizedListItemViewModel (14 properties), PagingOfString (14 properties), PagingOfCategorizedListItemModel (14 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
UpdateFieldValueOfBoolean
object
Active
2 properties
CategorizedListAuditModel
object
Query results
14 properties
CategorizedListDeleteModel
object
CategorizedListDeleteModel
3 properties
SortDirection
string
Sort direction
Char
object
Delimiter used in the file
Severity
string
Error severity level
CategorizedListItemSingleUpdateArgs
object
List Option Update Argument
1 property
InternalServerErrorResponse
object
Response object for internal server errors
4 properties 4 required
CategorizedListItemViewModel
object
Query results
4 properties
CategorizedListModel
object
CategorizedListModel
4 properties
ViewFieldValueOfString
object
GeneratedToken
17 properties
BadRequestResponse
object
Response object for invalid requests
4 properties 1 required
CategorizedListItemUpdateModel
object
Value(s) of the list options to update
3 properties
CategorizedListItemCreateModel
object
Value(s) of the list options to add
2 properties
CategorizedListItemCreateWithFileArgs
object
List option create argument using a file
2 properties
CategorizedListUpdateModel
object
Data
3 properties
ViewFieldLink
object
AdditionalLinks
3 properties
CategorizedListSummary
object
Query results
5 properties
PagingOfCategorizedListAuditModel
object
Specify paging and sorting options for querying records and returning results
14 properties
CategorizedListItemModel
object
Query results
4 properties
AuthenticationFailedResponse
object
Response object for authentication failures
1 property 1 required
CategorizedListCreateArgs
object
CategorizedListCreateArgs
1 property
PagingOfSimpleCategorizedList
object
Specify paging and sorting options for querying records and returning results
14 properties
PagingOfCategorizedListItemModel
object
Specify paging and sorting options for querying records and returning results
14 properties
SimpleCategorizedList
object
Query results
2 properties
CategorizedListItemCreateArgs
object
List Option Create Argument
1 property
CategorizedListItemSingleCreateArgs
object
Single List Option Create Argument
1 property
PagingOfString
object
Specify paging and sorting options for querying records and returning results
14 properties
PagingOfCategorizedListItemViewModel
object
Specify paging and sorting options for querying records and returning results
14 properties
PagingOfCategorizedListSummary
object
Specify paging and sorting options for querying records and returning results
14 properties
UpdateFieldValueOfString
object
Description
2 properties
CategorizedListItemDeleteModel
object
CategorizedListItemDeleteModel
1 property
CategorizedListUpdateArgs
object
CategorizedListUpdateArgs
1 property
CategorizedListItemUpdateArgs
object
List Option Update Argument
1 property

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

delinea-categorizedlists-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 CategorizedLists 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.