Get Access Request
Retrieve request status and monitor asynchronous operations
Overview
Retrieves the current status of an access request. Use this to monitor asynchronous operations until they complete.
get
Authorizations
AuthorizationstringRequired
Bearer token authentication using a Veza Personal API key.
Header Format: Authorization: Bearer <your-api-key>
Creating an API Key:
- Log into your Veza tenant
- Navigate to Administration โ API Keys
- Generate a new API key and save the value securely
Path parameters
idstringRequired
Responses
200
OK
application/json
default
Default error response
application/json
get
/api/private/lifecycle_management/access_requests/{id}Examples
Basic Request
Response
Polling Script (Bash)
Polling Function (Python)
Last updated
Was this helpful?
