External DocumentationTo learn more, visit the Grip Security documentation.
Actions
Get SaaS Info
Retrieve the information of the SaaS with the matching SaaS ID.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| SaaS ID | The ID of the SaaS. Can be obtained by using the Get SaaS ID action. |
{
"id": "string",
"name": "string",
"url": "string",
"logoUrl": "string",
"gripData": {
"numberOfUsers": 0,
"SSOPercentage": 0,
"accessRemovalSupport": "supported",
"riskScore": 0,
"sanctionTag": "sanctioned",
"labels": [
"string"
],
"buisnessOwner": "string",
"firstEventTime": "2019-08-24T14:15:22Z",
"latestEventTime": "2019-08-24T14:15:22Z"
}
}
Was this page helpful?