Get Attestation Certificate
Retrieve Attestation Certificate
GET
/api/v1/{entity-type}/{entity-id}/attestation/{attestation-name}/{attestation-id}
Path Parameters
Name | Type | Description |
---|---|---|
entity-name* | String | Name of Entity for which attestation was raised |
entity-id* | String | ID of entity for which attestation was raised |
attestation-name* | String | Name of attestation for that entity-type |
attestation-id* | String | ID of the attestation for that record of entity |
Headers
Name | Type | Description |
---|---|---|
accept* | String | Set to |
template | String | if |
template-key | String | A key pointing to html template which is present in |
access-token | String | Set to |
Usage
cURL
HTTPie
{registry-url}
is usually http://localhost:{port}. The port can be found under theregistry
section in thedocker-compose.yml
file and is usually8081
Last updated