Parties (single party) [OPTIONS]

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

Retrieves allowed HTTP methods for this endpoint.

options
/[v2.2]/parties/{id}
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
idstringRequired

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

Example: did:ishare:EU.NL.NTRNL-12345678
Responses
options
/[v2.2]/parties/{id}
204

List the allowed HTTP methods for this endpoint

No content

Example request

{id} must be replaced by the actual party identifier for which HTTP OPTIONS are requested.

Example response

The server provides the response with status code 204.

The response contains the following HTTP header:

Header
Example value

Allow

GET, POST, PUT, OPTIONS

Last updated