Parties (single party) [OPTIONS]
The OPTIONS
request to the /parties/{party_id}
endpoint returns a list of supported HTTP methods that can be used with the /parties/{party_id}
resource. This allows clients to determine which operations are permitted by the server for this endpoint.
Authorizations
Path parameters
party_idstringRequiredExample:
The id of the party whose record must be fetched
did:ishare:EU.NL.NTRNL-12345678
Responses
204
List the allowed HTTP methods for this endpoint
OPTIONS /parties/{party_id} HTTP/1.1
Host: isharetest.net
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
204
List the allowed HTTP methods for this endpoint
No content
Example request
> Authorization: Bearer IIeDIrdnYo2ngwDQYJKoZIhvcNAQELBQAwSDEZMBcGA1UEAwwQaVNIQ
OPTIONS /parties/{party_id}
{party_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