Get All Claims
GET
/api/v1/{entity-name}/claims
Path Parameters
Name
Type
Description
entity-name*
String
Name of the entity to which attestation request was sent
Query Parameters
Name
Type
Description
page
String
Page no if you want response in pagenated format
size
String
Maximum claims claims to be returned in one page
Headers
Name
Type
Description
content-type*
String
Set to application/json
authorization
String
Set to Bearer {access-token}
if roles
in schema config is not anonymous else this can be empty
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