Attest A Claim
Last updated
Last updated
Copyright (c) 2023 EkStep Foundation under MIT License
POST
/api/v1/{entity-type}/claims/{claimId}/attest
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
{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
entity-type*
String
Type of entity to which claim was sent
claimId*
String
ID of claim that is to be attested
authorization*
String
Set to Bearer {access-token}
. access-token
should have a role with name as entity-type
content-type*
String
Set to application/json
{
String
action type can be either GRANT_CLAIM
or REJECT_CLAIM