Command API
Enable external systems to programmatically initiate access requests—enabling automation and integration with internal tools, bots, and security workflows.
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
orgIdstringRequired
Organization identifier
Body
argvstring[]Required
Command-line arguments
scriptNamestringRequiredExample:
The script or command name to execute
p0Responses
200
Command accepted and processed
application/json
400
Bad request – malformed payload
401
Unauthorized – missing or invalid token
post
/o/{orgId}/commandLast updated