List all tenant credentials.

External Documentation

To learn more, visit the Flare.io documentation.

Example Output

{
	"cursors": [
		"<string>"
	],
	"items": {
		"domain": "<string>",
		"hash": "<string>",
		"id": 123,
		"identity_name": "<string>",
		"ignored_at": "2023-11-07T05:31:56Z",
		"imported_at": "<string>",
		"remediated_at": "2023-11-07T05:31:56Z",
		"source": {
			"breached_at": "<string>",
			"description_en": "<string>",
			"description_fr": "<string>",
			"id": "<string>",
			"leaked_at": "<string>",
			"name": "<string>"
		},
		"source_id": "<string>"
	},
	"next": "<string>"
}

Workflow Library Example

List Tenant Credentials with Flareio and Send Results Via Email

Preview this Workflow on desktop

List all tenant credentials.

External Documentation

To learn more, visit the Flare.io documentation.

Example Output

{
	"cursors": [
		"<string>"
	],
	"items": {
		"domain": "<string>",
		"hash": "<string>",
		"id": 123,
		"identity_name": "<string>",
		"ignored_at": "2023-11-07T05:31:56Z",
		"imported_at": "<string>",
		"remediated_at": "2023-11-07T05:31:56Z",
		"source": {
			"breached_at": "<string>",
			"description_en": "<string>",
			"description_fr": "<string>",
			"id": "<string>",
			"leaked_at": "<string>",
			"name": "<string>"
		},
		"source_id": "<string>"
	},
	"next": "<string>"
}

Workflow Library Example

List Tenant Credentials with Flareio and Send Results Via Email

Preview this Workflow on desktop