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 apps created by an organization.
External DocumentationTo learn more, visit the Snyk documentation.

Basic Parameters

ParameterDescription
Organization IDUnique identifier for an organization.
Return All PagesAutomatically fetch all resources, page by page.

Advanced Parameters

ParameterDescription
Ending BeforeReturn the page of results immediately before this cursor.
LimitNumber of results to return per page.
Starting AfterReturn the page of results immediately after this cursor.

Example Output

{
	"data": {
		"attributes": {
			"access_token_ttl_seconds": 3600,
			"client_id": "941b423a-e0a0-4a33-a7ca-dd9e9e6bd8cf",
			"client_secret": "my-secret",
			"context": "tenant",
			"is_confidential": true,
			"is_public": false,
			"name": "My App",
			"org_public_id": "1892a7ee-a020-4000-80a0-ed416e2e6801",
			"redirect_uris": [
				"https://example.com/callback"
			],
			"scopes": [
				"A"
			]
		},
		"id": "1892a7ee-a020-4000-80e9-72cb22a47701",
		"type": "string"
	},
	"jsonapi": {
		"version": "1.0"
	},
	"links": {
		"self": "https://example.com/api/this_resource"
	}
}

Workflow Library Example

List Apps with Snyk and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop