Get Attestation Certificate
Last updated
Last updated
GET
/api/v1/{entity-type}/{entity-id}/attestation/{attestation-name}/{attestation-id}
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
{registry-url}
is usually http://localhost:{port}. The port can be found under theregistry
section in thedocker-compose.yml
file and is usually8081
entity-id*
String
ID of entity for which attestation was raised
attestation-id*
String
ID of the attestation for that record of entity
attestation-name*
String
Name of attestation for that entity-type
entity-name*
String
Name of Entity for which attestation was raised
accept*
String
Set to application/pdf, application/json, text/html, image/svg+xml
template
String
if enable_external_templates
is set to true, send in a url which has html template
template-key
String
A key pointing to html template which is present in Schema
access-token
String
Set to Bearer {access-token}
if roles in schema is not anonymous. Else authorization can be empty