Get App
Get an App by client id.
Parameters
Parameter | Description |
---|---|
Client ID | Client ID. |
Organization ID | Unique 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
Preview this Workflow on desktop