Accessgrants

Retrieve specific access grant by UUID

get
Path parameters
IDstringRequired

The ID of the access grant

Responses
200

Access grant details.

application/json
get
/accessgrants/{ID}

Revoke an access grant

put
Path parameters
IDstringRequired

The ID of the access grant

Body
statusstringRequired

Revoked

Responses
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
get
/accessgrants
200

List of access grants.

Create a new access grant

post
Body
resourcestringOptional
accessRequestUristringOptional
expirationDatestringOptional
forPurposestringOptional
modestring[]Optional
Responses
post
/accessgrants

No content