Get Claim by ID
GET
/api/v1/{entity-name}/claims/{claimId}
Path Parameters
Name | Type | Description |
---|---|---|
entity-name* | String | Name of the entity to which attestation request was sent |
claimId* | String | ID of the claim to be returned |
Headers
Name | Type | Description |
---|---|---|
content-type* | String | Set to |
authorization | String | Set to |
Usage
cURL
HTTPie
{registry-url}
is usually http://localhost:{port}. The port can be found under the registry
section in the docker-compose.yml
file and is usually 8081
Last updated