Claims [POST]
The POST request to the /parties/{partyId}/claims endpoint can be used to create a new claim for a party in the Participant Registry.
Used to create a new claim for a participant.
OAuth 2.0 authorization based on bearer token. MUST contain “Bearer “ + access token value. Must be provided if restricted endpoints are needed.
The id of the party for who a claim must be added. Can be anyone of the party id from id or alsoKnownAs attributes of that participant. Since all participants are automatically allocated the derived ishare did, that id is always an option to search for a participant.
did:ishare:EU.NL.NTRNL-12345678OK
OK
Request model
The following URL parameter must be used.
partyId{url}/parties/{partyId} (Required) String. The id of the party for who a new claim must be registered. Can be anyone of the party id from id or alsoKnownAs attributes of that participant. Since all participants are automatically allocated the derived ishare did, that id is always an option to search for a participant.
The request must be passed as JWT. The JSON body must contain a claim. Refer to Claim models for an overview of available claims.
In the POST request the id and registrarId fields may be omitted, as they will be provided by the Participant Registry.
Example request
Response model
The response will be equal to the response of the GET request for retrieving a single claim. Refer to the response model as defined here.
Example response
Refer to the example response under the GET request definition.
Last updated