Parties (single party) [OPTIONS]

The OPTIONS request to the /parties/{partyId} endpoint returns a list of supported HTTP methods that can be used with the /parties/{partyId} resource. This allows clients to determine which operations are permitted by the server for this endpoint.

options
Authorizations
AuthorizationstringRequired

OAuth 2.0 authorization based on bearer token. MUST contain “Bearer “ + access token value. Must be provided if restricted endpoints are needed.

Path parameters
partyIdstringRequired

The id of the party for which the allowed HTTP methods must be fetched

Example: did:ishare:EU.NL.NTRNL-12345678
Responses
options
/parties/{partyId}
204

List the allowed HTTP methods for this endpoint

No content

Request model

The following URL parameter must be used.

  • partyId {url}/parties/{partyId} required String. The id of the party whose claims must be fetched. 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.

Example request

Example response

The server responds with status code 204.

The response contains the following HTTP header:

Header
Example value

Allow

GET, PATCH, OPTIONS

Last updated