Skip to main content
Get a list of apps that can act on your behalf.
External DocumentationTo learn more, visit the Snyk documentation.

Basic Parameters

ParameterDescription
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": {
				"client_id": "941b423a-e0a0-4a33-a7ca-dd9e9e6bd8cf",
				"context": "tenant",
				"name": "My App",
				"scopes": [
					"A"
				]
			},
			"id": "1892a84a-9aa0-4000-8f88-8a663a01e901",
			"links": {
				"first": "https://example.com/api/resource",
				"last": "https://example.com/api/resource",
				"next": "https://example.com/api/resource",
				"prev": "https://example.com/api/resource",
				"related": "https://example.com/api/resource",
				"self": "https://example.com/api/resource"
			},
			"type": "string"
		}
	],
	"jsonapi": {
		"version": "1.0"
	},
	"links": {
		"first": "https://example.com/api/resource?ending_before=v1.eyJpZCI6IjExIn0K",
		"last": "https://example.com/api/resource?starting_after=v1.eyJpZCI6IjMwIn0K",
		"next": "https://example.com/api/resource?starting_after=v1.eyJpZCI6IjEwIn0K"
	}
}

Workflow Library Example

Get User Installed Apps with Snyk and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop