For the complete documentation index, see llms.txt. This page is also available as Markdown.

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.

Example request

Example response

The server provides the response with status code 204.

The response contains the following HTTP header:

Header
Example value

Allow

GET, POST, OPTIONS

Last updated