Returns the credential definitions available to the calling service user's organization (X-Org-Id) in its environment (X-Environment): the org's own definitions plus the system/official/public ones it may use. Available to any authenticated service user — no specific scope is required.
Security
BearerAuth
- Mock serverhttps://docs.deepcredentials.swiss/_mock/docs/openapi/credential-definitions-v1/b2b/v1/credential-definitions
- Developmenthttps://api.dev.deepcredentials.swiss/b2b/v1/credential-definitions
- Integrationhttps://api.int.deepcredentials.swiss/b2b/v1/credential-definitions
curl -i -X GET \
https://docs.deepcredentials.swiss/_mock/docs/openapi/credential-definitions-v1/b2b/v1/credential-definitions \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'X-Environment: beta' \
-H 'X-Org-Id: 497f6eca-6276-4993-bfeb-53cbbbba6f08'Response
{ "credential_definitions": [ { … } ], "total": 0 }