Deutsche Telekom Client Attribute Certificate API
The Client Attribute Certificate API from Deutsche Telekom — 6 operation(s) for client attribute certificate.
The Client Attribute Certificate API from Deutsche Telekom — 6 operation(s) for client attribute certificate.
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/deutsche-telekom-client-attribute-certificate-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: Keycloak Admin REST Client Attribute Certificate API
description: This is a REST API reference for the Keycloak Admin
version: '1'
security:
- access_token: []
tags:
- name: Client Attribute Certificate
paths:
/{realm}/clients/{id}/certificates/{attr}:
parameters:
- in: path
name: realm
description: realm name (not id!)
required: true
schema:
type: string
style: simple
- in: path
name: id
description: id of client (not client-id)
required: true
schema:
type: string
style: simple
- in: path
name: attr
required: true
schema:
type: string
style: simple
get:
tags:
- Client Attribute Certificate
summary: Get key info
responses:
2XX:
description: success
content:
application/json:
schema:
$ref: '#/components/schemas/CertificateRepresentation'
/{realm}/clients/{id}/certificates/{attr}/download:
parameters:
- in: path
name: realm
description: realm name (not id!)
required: true
schema:
type: string
style: simple
- in: path
name: id
description: id of client (not client-id)
required: true
schema:
type: string
style: simple
- in: path
name: attr
required: true
schema:
type: string
style: simple
post:
tags:
- Client Attribute Certificate
summary: Get a keystore file for the client, containing private key and public certificate
requestBody:
description: Keystore configuration as JSON
content:
application/json:
schema:
$ref: '#/components/schemas/KeyStoreConfig'
required: true
responses:
2XX:
description: success
content:
application/octet-stream:
schema:
type: string
format: byte
/{realm}/clients/{id}/certificates/{attr}/generate:
parameters:
- in: path
name: realm
description: realm name (not id!)
required: true
schema:
type: string
style: simple
- in: path
name: id
description: id of client (not client-id)
required: true
schema:
type: string
style: simple
- in: path
name: attr
required: true
schema:
type: string
style: simple
post:
tags:
- Client Attribute Certificate
summary: Generate a new certificate with new key pair
responses:
2XX:
description: success
content:
application/json:
schema:
$ref: '#/components/schemas/CertificateRepresentation'
/{realm}/clients/{id}/certificates/{attr}/generate-and-download:
parameters:
- in: path
name: realm
description: realm name (not id!)
required: true
schema:
type: string
style: simple
- in: path
name: id
description: id of client (not client-id)
required: true
schema:
type: string
style: simple
- in: path
name: attr
required: true
schema:
type: string
style: simple
post:
tags:
- Client Attribute Certificate
summary: Generate a new keypair and certificate, and get the private key file Generates a keypair and certificate and serves the private key in a specified keystore format.
requestBody:
description: Keystore configuration as JSON
content:
application/json:
schema:
$ref: '#/components/schemas/KeyStoreConfig'
required: true
responses:
2XX:
description: success
content:
application/octet-stream:
schema:
type: string
format: byte
/{realm}/clients/{id}/certificates/{attr}/upload:
parameters:
- in: path
name: realm
description: realm name (not id!)
required: true
schema:
type: string
style: simple
- in: path
name: id
description: id of client (not client-id)
required: true
schema:
type: string
style: simple
- in: path
name: attr
required: true
schema:
type: string
style: simple
post:
tags:
- Client Attribute Certificate
summary: Upload certificate and eventually private key
responses:
2XX:
description: success
content:
application/json:
schema:
$ref: '#/components/schemas/CertificateRepresentation'
/{realm}/clients/{id}/certificates/{attr}/upload-certificate:
parameters:
- in: path
name: realm
description: realm name (not id!)
required: true
schema:
type: string
style: simple
- in: path
name: id
description: id of client (not client-id)
required: true
schema:
type: string
style: simple
- in: path
name: attr
required: true
schema:
type: string
style: simple
post:
tags:
- Client Attribute Certificate
summary: Upload only certificate, not private key
responses:
2XX:
description: success
content:
application/json:
schema:
$ref: '#/components/schemas/CertificateRepresentation'
components:
schemas:
CertificateRepresentation:
type: object
properties:
certificate:
type: string
kid:
type: string
privateKey:
type: string
publicKey:
type: string
KeyStoreConfig:
type: object
properties:
format:
type: string
keyAlias:
type: string
keyPassword:
type: string
realmAlias:
type: string
realmCertificate:
type: boolean
storePassword:
type: string
securitySchemes:
access_token:
type: http
scheme: bearer
bearerFormat: null
externalDocs:
description: Schema source code
url: https://github.com/keycloak/keycloak/tree/6.0.1/core/src/main/java/org/keycloak/representations