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.

Get a list of all OneLogin event types available to the Events API. Important Note: This endpoint is rate-limited.
External DocumentationTo learn more, visit the OneLogin documentation.

Example Output

{
	"status": {
		"error": false,
		"code": 200,
		"type": "success",
		"message": "Success"
	},
	"data": [
		{
			"name": "APP_ADDED_TO_ROLE",
			"description": "App %app% added to role %role%",
			"id": 1
		},
		{
			"name": "USER_LOGGED_INTO_ONELOGIN",
			"description": "%user% logged into OneLogin",
			"id": 5
		}
	]
}

Workflow Library Example

Get Event Types with Onelogin and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop