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 an App by client id.
External DocumentationTo learn more, visit the Snyk documentation.

Parameters

ParameterDescription
Client IDClient ID.
Organization IDUnique identifier for an organization.

Example Output

{
	"jsonapi": {
		"version": "1.0"
	},
	"data": {
		"id": "88aa6d30-501a-4f4e-bf44-d3fa360f930e",
		"type": "app",
		"attributes": {
			"org_public_id": "bdac969a-d4c0-4b3a-905a-8bf7737f8fa8",
			"name": "testapp1688566943456",
			"client_id": "6f76b66b-4871-4ada-b3f0-3fa063ef87e8",
			"redirect_uris": [
				"https://sso-app.dev.example.com"
			],
			"scopes": [
				"org.read"
			],
			"access_token_ttl_seconds": 3600,
			"is_public": false,
			"context": "tenant",
			"is_confidential": true
		}
	}
}

Workflow Library Example

Get App with Snyk and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop