Claims [OPTIONS]
The OPTIONS request to the /parties/{partyId}/claims endpoint returns a list of supported HTTP methods that can be used with the /parties/{partyId}/claims resource. This allows clients to determine which operations are permitted by the server for this endpoint.
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 which the allowed HTTP methods must be fetched
did:ishare:EU.NL.NTRNL-12345678List the allowed HTTP methods for this endpoint
OPTIONS /parties/{partyId}/claims HTTP/1.1
Host: isharetest.net
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
List the allowed HTTP methods for this endpoint
No content
Example request
> Authorization: Bearer IIeDIrdnYo2ngwDQYJKoZIhvcNAQELBQAwSDEZMBcGA1UEAwwQaVNIQ
OPTIONS /parties/did%3Aishare%3AEU.NL.NTRLNL-10000001/claimsExample response
The server provides the response with status code 204.
The response contains the following HTTP header:
Allow
GET, POST, OPTIONS
Last updated