Skip to main content

Get App Bots

Get a list of app bots authorized to an organization.

Basic Parameters

ParameterDescription
Organization IDUnique identifier for an organization.

Advanced Parameters

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

Example Output

{
"data": [
{
"attributes": {},
"id": "1892a66d-9340-4000-8a3a-8371b9345401",
"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"
},
"relationships": {
"app": {
"data": {
"attributes": {
"client_id": "941b423a-e0a0-4a33-a7ca-dd9e9e6bd8cf",
"context": "tenant",
"name": "My App",
"scopes": [
"A"
]
},
"id": "1892a66d-9350-4000-86ff-1360e2ef9b01",
"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"
}
}
},
"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 App Bots with Snyk and Send Results Via Email

Workflow LibraryPreview this Workflow on desktop