Management API reference
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.
The Management API configures DiligenceID resources: organisations, issuers, credential configurations and verification policies. Every request must name a supported API version.
Base path: /management · Versioning: ?api-version=2026-08-30 · Authentication: Authorization: ApiKey {key}
21 operations. The canonical specification is management.json.
Credential Configurations
| Operation | Method and path | Scope |
|---|---|---|
CredentialConfigurations_Create |
POST /management/credential-configurations |
credential-configurations.manage |
CredentialConfigurations_List |
GET /management/credential-configurations |
issuers.read |
Issuers
| Operation | Method and path | Scope |
|---|---|---|
Issuers_Activate |
POST /management/issuers/{issuerId}/activate |
issuers.manage |
Issuers_Create |
POST /management/issuers |
issuers.manage |
Issuers_Get |
GET /management/issuers/{issuerId} |
issuers.read |
Issuers_GetReadiness |
GET /management/issuers/{issuerId}/readiness |
issuers.read |
Issuers_List |
GET /management/issuers |
issuers.read |
Issuers_Update |
PATCH /management/issuers/{issuerId} |
issuers.manage |
Organisations
| Operation | Method and path | Scope |
|---|---|---|
Organisations_Create |
POST /management/organisations |
organisations.manage |
Organisations_Get |
GET /management/organisations/{organisationReference} |
organisations.read |
Organisations_List |
GET /management/organisations |
organisations.read |
Verification Policies
| Operation | Method and path | Scope |
|---|---|---|
VerificationPolicies_Create |
POST /management/verification-policies |
verification-policies.manage |
VerificationPolicies_Get |
GET /management/verification-policies/{policyIdentifier} |
verification-policies.read |
VerificationPolicies_List |
GET /management/verification-policies |
verification-policies.read |
VerificationPolicies_Reactivate |
POST /management/verification-policies/{policyIdentifier}/reactivate |
verification-policies.manage |
VerificationPolicies_Suspend |
POST /management/verification-policies/{policyIdentifier}/suspend |
verification-policies.manage |
Webhook Deliveries
| Operation | Method and path | Scope |
|---|---|---|
WebhookDeliveries_List |
GET /management/webhook-deliveries |
webhooks.read |
Webhooks
| Operation | Method and path | Scope |
|---|---|---|
Webhooks_Create |
POST /management/webhooks |
webhooks.manage |
Webhooks_Delete |
DELETE /management/webhooks/{subscriptionId} |
webhooks.manage |
Webhooks_Get |
GET /management/webhooks/{subscriptionId} |
webhooks.read |
Webhooks_List |
GET /management/webhooks |
webhooks.read |