External DocumentationTo learn more, visit the SafeBase documentation.
Actions
List Access Requests
List access requests.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| Status | The status matching the requests to fetch. |
{
"ok": true,
"result": [
{
"id": "fe732619-4e7a-469b-b34a-d8bc4aaabfa9",
"firstName": "Sally",
"lastName": "Smith",
"email": "user@safebase.io",
"companyName": "SafeBase",
"status": "Pending",
"createdAt": "2017-07-21T17:32:28Z"
}
]
}
Was this page helpful?