Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt

Use this file to discover all available pages before exploring further.

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

Parameters

ParameterDescription
StatusThe status matching the requests to fetch.

Example Output

{
	"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"
		}
	]
}

Workflow Library Example

List Access Requests with Safebase and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop