Validate your input
POST/credential-types/:credentialType/actions/validate
Validates a credential payload against a specific credential type. It verifies that all required fields are present and correctly formatted, without issuing a credential.
The response does not issue a credential. It is intended solely as a reference to guide payload construction for the final credential issuance API call.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 500
- 503
Success
Bad Request
Unauthorized
Forbidden
Not Found
Internal server error
Service Unavailable