Skip to main content
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