Tests

Upload a new compliance test

Allows developers and service providers to upload new compliance tests to the platform. Tests can be added via API to ensure they are executed as part of the compliance checks for credentials issuers.

post/tests

Request body

namestring required

The name of the test.

descriptionstring

A brief description of the test.

contentstring base64 required

The encoded test script/content.

Response

Test uploaded successfully.

statusstring
codeinteger
messagestring

Example response

{
  "status": "OK",
  "code": 200,
  "message": "Operation completed successfully."
}

Changes