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

Accessgrants

Retrieve specific access grant by UUID

get
Path parameters
IDstringRequired

The ID of the access grant

Responses
200

Access grant details.

application/json
resourcestringOptional
accessRequestUristringOptional
expirationDatestringOptional
forPurposestringOptional
modestring[]Optional
get/accessgrants/{ID}

Revoke an access grant

put
Path parameters
IDstringRequired

The ID of the access grant

Body
statusstringRequired

Revoked

Responses
204

Access grant revoked.

No content

put/accessgrants/{ID}

No content

List all active access grants

get
Query parameters
allbooleanOptional

Return whole body of full valid access grants if true.

Default: false
Responses
200

List of access grants.

application/json
resourcestringOptional
accessRequestUristringOptional
expirationDatestringOptional
forPurposestringOptional
modestring[]Optional
get/accessgrants
200

List of access grants.

Create a new access grant

post
Body
resourcestringOptional
accessRequestUristringOptional
expirationDatestringOptional
forPurposestringOptional
modestring[]Optional
Responses
201

Access grant created.

No content

post/accessgrants

No content