Venminder (Digital Comply) Services API
The Services API from Venminder (Digital Comply) — 2 operation(s) for services.
The Services API from Venminder (Digital Comply) — 2 operation(s) for services.
Every API here is available over the APIs.io API and to AI agents over MCP.
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
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.curl "https://apis.io/api/v1/apis/venminder-digital-comply-services-api"
curl "https://apis.io/api/v1/apis?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
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: 3.2.0
info:
title: Venminder OpenApi BusinessUnit Services API
version: v1
servers:
- url: https://rsd.venminder.com
description: Base URL declared by the provider in apis.yml (roadmap#122).
security:
- Bearer: []
tags:
- name: Services
paths:
/api/v1/Services/ListServices:
post:
tags:
- Services
summary: Provides a list of purchased services.
requestBody:
content:
application/json-patch+json:
schema:
$ref: '#/components/schemas/OpenApi.v1.Services.GetServicesRequest'
application/json:
schema:
$ref: '#/components/schemas/OpenApi.v1.Services.GetServicesRequest'
text/json:
schema:
$ref: '#/components/schemas/OpenApi.v1.Services.GetServicesRequest'
application/*+json:
schema:
$ref: '#/components/schemas/OpenApi.v1.Services.GetServicesRequest'
application/xml:
schema:
$ref: '#/components/schemas/OpenApi.v1.Services.GetServicesRequest'
text/xml:
schema:
$ref: '#/components/schemas/OpenApi.v1.Services.GetServicesRequest'
application/*+xml:
schema:
$ref: '#/components/schemas/OpenApi.v1.Services.GetServicesRequest'
responses:
'200':
description: ''
content:
application/json:
schema:
type: array
items:
$ref: '#/components/schemas/OpenApi.v1.Services.Service'
application/xml:
schema:
$ref: '#/components/schemas/OpenApi.v1.Services.Service'
'403':
description: Forbidden
content:
application/json:
schema:
$ref: '#/components/schemas/OpenApi.v1.ErrorResponse'
application/xml:
schema:
$ref: '#/components/schemas/OpenApi.v1.ErrorResponse'
/api/v1/Services/GetDetails:
get:
tags:
- Services
summary: Details of a specific service.
parameters:
- name: serviceId
in: query
schema:
type: string
format: uuid
responses:
'200':
description: ''
content:
application/json:
schema:
$ref: '#/components/schemas/OpenApi.v1.Services.ServiceDetails'
application/xml:
schema:
$ref: '#/components/schemas/OpenApi.v1.Services.ServiceDetails'
components:
schemas:
OpenApi.v1.Services.Product:
title: OpenApi.v1.Services.Product
type: object
properties:
name:
type:
- string
- 'null'
productKey:
type:
- string
- 'null'
additionalProperties: false
xml:
name: Services.Product
OpenApi.v1.Services.ServiceDetails:
title: OpenApi.v1.Services.ServiceDetails
type: object
properties:
serviceID:
type: string
format: uuid
serviceKey:
type:
- string
- 'null'
readOnly: true
type:
type:
- string
- 'null'
status:
type:
- string
- 'null'
statusChangedDate:
type:
- string
- 'null'
format: date-time
vendor:
$ref: '#/components/schemas/OpenApi.v1.Services.Vendor'
products:
type:
- array
- 'null'
items:
$ref: '#/components/schemas/OpenApi.v1.Services.Product'
createdDate:
type: string
format: date-time
documentKeys:
type:
- array
- 'null'
items:
type: string
rating:
type:
- string
- 'null'
reviewLevel:
type:
- string
- 'null'
additionalProperties: false
xml:
name: Services.ServiceDetails
OpenApi.v1.Services.Service:
title: OpenApi.v1.Services.Service
type: object
properties:
serviceID:
type: string
format: uuid
serviceKey:
type:
- string
- 'null'
readOnly: true
type:
type:
- string
- 'null'
status:
type:
- string
- 'null'
statusChangedDate:
type:
- string
- 'null'
format: date-time
vendor:
$ref: '#/components/schemas/OpenApi.v1.Services.Vendor'
products:
type:
- array
- 'null'
items:
$ref: '#/components/schemas/OpenApi.v1.Services.Product'
createdDate:
type: string
format: date-time
additionalProperties: false
xml:
name: Services.Service
OpenApi.v1.ErrorResponse:
title: OpenApi.v1.ErrorResponse
type: object
properties:
statusCode:
type: integer
format: int32
errors:
type:
- array
- 'null'
items:
$ref: '#/components/schemas/OpenApi.v1.ErrorResource'
additionalProperties: false
xml:
name: ErrorResponse
OpenApi.v1.ErrorResource:
title: OpenApi.v1.ErrorResource
type: object
properties:
resourceKey:
type:
- string
- 'null'
resourceValue:
type:
- string
- 'null'
field:
type:
- string
- 'null'
additionalProperties: false
xml:
name: ErrorResource
OpenApi.v1.Services.Vendor:
title: OpenApi.v1.Services.Vendor
type: object
properties:
name:
type:
- string
- 'null'
vendorKey:
type:
- string
- 'null'
additionalProperties: false
xml:
name: Services.Vendor
OpenApi.v1.Services.GetServicesRequest:
title: OpenApi.v1.Services.GetServicesRequest
type: object
properties:
filterByVendorKeys:
type:
- array
- 'null'
items:
type: string
filterByProductKeys:
type:
- array
- 'null'
items:
type: string
fromDateCreated:
type:
- string
- 'null'
format: date-time
toDateCreated:
type:
- string
- 'null'
format: date-time
additionalProperties: false
xml:
name: Services.GetServicesRequest
securitySchemes:
Bearer:
type: apiKey
description: Please insert access token with Bearer into field eg. Bearer eyJhbGciOiJSUzI1Ni and click authorize.
name: Authorization
in: header