List the credential configurations available to issue against

GENERATED — DO NOT EDIT DIRECTLY. Produced from the canonical OpenAPI specification by developer-docs/tools/generate-reference.mjs. Edits are overwritten on the next run.

GET/management/credential-configurations

Scope: issuers.read. Deliberately narrower than the administrative projection: it carries what a caller needs to choose a configuration and issue against it, not the full authoring detail. Authenticate with Authorization: ApiKey {key}. Every response carries x-ms-request-id, X-Correlation-Id and X-Request-Id; quote the request id in any support request.

Operation ID CredentialConfigurations_List
Plane Management
Versioning ?api-version=2026-08-30
Authentication Authorization: ApiKey {key}
Required scope issuers.read
Concurrency Not applicable

Query parameters

Name Type Required Description
api-version string Yes Management API version. Supported: 2026-08-30.

Request headers

Name Type Required Description
x-ms-client-request-id string No Optional caller-supplied correlation value, echoed back on the response and recorded in diagnostics. It never influences authentication, tenant or environment selection, resource lookup or idempotency.

Responses

Status Body Meaning
200 ManagementCollectionOfPublicCredentialConfigurationResponse Success.
400 ErrorEnvelope The request was not valid. See error model.
401 ErrorEnvelope Authentication failed — the API key is missing, malformed, revoked or expired.
403 ErrorEnvelope Authenticated, but the key does not carry the required scope.
429 ErrorEnvelope Throttled. See rate limits.

Response headers: x-ms-request-id

Example

curl -X GET "https://api.example.diligence.id/management/credential-configurations?api-version=2026-08-30" \
  -H "Authorization: ApiKey YOUR_API_KEY"

Edit this page on GitHub