Venafi Configuration APIs API

## Introduction ## The Config interface manages objects, attributes, and policy values. API responses include a `Result` value that describes the result of the API call. If an operation failed, the API call returns an additional `Error` field that describes the cause of the error

Operations 43

POST /vedsdk/config/enumerate Search objects #
POST /vedsdk/config/enumerateall Enumerate objects #
POST /vedsdk/config/enumeratepolicies Enumerate policies #
POST /vedsdk/config/enumerateobjectsderivedfrom Enumerate derived objects #
POST /vedsdk/config/create Create an object #
POST /vedsdk/config/delete Delete an object #
GET /vedsdk/config/defaultdn Gets the default DN #
POST /vedsdk/config/find Search an object by attribute #
POST /vedsdk/config/readall Read all attributes #
POST /vedsdk/config/findcontainers Search containers #
POST /vedsdk/config/findobjectsofclass Search objects of class #
POST /vedsdk/config/findpolicy Search policies #
POST /vedsdk/config/gethighestrevision Get highest container revision #
POST /vedsdk/config/getrevision Get object revision #
POST /vedsdk/config/getobjecttrustees Get trustees of object #
POST /vedsdk/config/guidtodn Convert GUID to DN #
POST /vedsdk/config/isvalid Check if object exists #
POST /vedsdk/config/mutateobject Change object class #
POST /vedsdk/config/containableclasses Enumerate container classes #
POST /vedsdk/config/dntoguid Convert DN to GUID #
POST /vedsdk/config/idinfo Convert ID to DN #
POST /vedsdk/config/renameobject Rename an object #
POST /vedsdk/config/clearattribute Remove an attribute #
POST /vedsdk/config/clearpolicyattribute Remove a policy attribute #
POST /vedsdk/config/read Read an attribute #
POST /vedsdk/config/countobjects Return number of objects #
POST /vedsdk/config/readdn Read a DN attribute #
POST /vedsdk/config/readdnreferences Find all objects referencing a DN #
POST /vedsdk/config/readeffectivepolicy Read effective attribute #
POST /vedsdk/config/readpolicy Read policy attribute #
POST /vedsdk/config/addvalue Add attribute value #
POST /vedsdk/config/adddnvalue Add DN attribute value #
POST /vedsdk/config/addpolicyvalue Add policy attribute value #
POST /vedsdk/config/removevalue Remove attribute value #
POST /vedsdk/config/removednvalue Remove DN attribute value #
POST /vedsdk/config/removepolicyvalue Remove policy attribute value #
POST /vedsdk/config/write Write attributes #
POST /vedsdk/config/writedn Write DN attributes #
POST /vedsdk/config/writepolicy Write policy attributes #
POST /vedsdk/configschema/classes Get class definitions #
POST /vedsdk/configschema/class Get a class definition #
POST /vedsdk/configschema/attributes Get attributes #
POST /vedsdk/configschema/attribute Get an attribute #

Work with this as data

Every API here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This API
curl "https://apis.io/api/v1/apis/venafi-configuration-apis-api"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.

OpenAPI Specification

venafi-configuration-apis-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: Trust Protection Foundation WebSDK Configuration APIs API
  description: '# Introduction

    The Trust Protection Foundation Web SDK is a subset of REST APIs that allow you to:

    * Automate certificate management

    * Integrate with DevOps processes

    * Discover machine identities

    * Extract data to integrate with data warehouses

    * Perform bulk actions

    * Set up and administer Trust Protection Foundation

    * Onboard teams

    * Create custom, automated business logic and flows between internal systems


    All these use cases can be accomplished using the Trust Protection Foundation REST…'
  version: 26.1.1
servers:
- url: /
  description: Current Host
- url: https://REPLACEdnsnameME/
  description: System
- url: https://{dnsname}/
  description: Configurable Hostname
  variables:
    dnsname:
      default: localhost
      description: Production API Hostname
security:
- AccessToken: []
tags:


# --- truncated at 32 KB (132 KB total) ---
# Full source: https://raw.githubusercontent.com/api-evangelist/venafi/refs/heads/main/openapi/venafi-configuration-apis-api-openapi.yml