Approve or deny one operation-bound challenge after fresh authentication.
POST
/api/admin/agent-elevations/{id}/decision
Code sample: Shell / cURL
curl --request POST \ --url https://auth.example.com/api/admin/agent-elevations/example/decision \ --header 'Content-Type: application/json' \ --cookie authrim_admin_session=<authrim_admin_session> \ --data '{ "decision": "approved" }'Only the owning delegator may decide a self-reauth challenge. Approval rechecks the delegator’s current operation permission and active Grant. The decision and Admin audit event are committed atomically; it never grants a broader Agent token.
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” id
required
string
Request Body required
Section titled “Request Body required ” Media type application/json
object
decision
required
string
key
additional properties
Responses
Section titled “ Responses ”Decision recorded.
Media type application/json
object
id
required
string
status
required
string
Example
{ "status": "approved"}Error response.
Media type application/json
object
error
string
message
string
error_description
string
key
additional properties
Example generated
{ "error": "example", "message": "example", "error_description": "example"}Error response.
Media type application/json
object
error
string
message
string
error_description
string
key
additional properties
Example generated
{ "error": "example", "message": "example", "error_description": "example"}Error response.
Media type application/json
object
error
string
message
string
error_description
string
key
additional properties
Example generated
{ "error": "example", "message": "example", "error_description": "example"}Error response.
Media type application/json
object
error
string
message
string
error_description
string
key
additional properties
Example generated
{ "error": "example", "message": "example", "error_description": "example"}Error response.
Media type application/json
object
error
string
message
string
error_description
string
key
additional properties
Example generated
{ "error": "example", "message": "example", "error_description": "example"}