Nudge Security website screenshot

Nudge Security

Nudge Security is a SaaS and AI security management platform that discovers all SaaS and cloud applications used across an organization, helps security teams manage OAuth grants, enforce security policies, monitor app-to-app integrations, and reduce SaaS risk without blocking productivity. The platform provides automated SaaS discovery, shadow IT detection, and security posture management.

1 APIs 0 Features
Access ManagementAI SecurityComplianceGovernanceOAuthSaaS ManagementSaaS SecuritySecurityShadow ITSSPM

APIs

Nudge Security API

The Nudge Security REST API enables programmatic access to retrieve data about apps, accounts, OAuth grants, security events, fields, users, user groups, labels, notifications, ...

Collections

Pricing Plans

Rate Limits

Nudge Security Rate Limits

5 limits

RATE LIMITS

FinOps

Resources

🔗
LinkedIn
LinkedIn
🔗
Website
Website
🔗
Documentation
Documentation
📰
Blog
Blog
💰
Pricing
Pricing
📝
Signup
Signup
📄
ChangeLog
ChangeLog
💬
FAQ
FAQ
🔗
Product
Product

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: Nudge Security API
  version: '1.0'
request:
  auth:
    type: bearer
    token: '{{bearerToken}}'
items:
- info:
    name: Apps
    type: folder
  items:
  - info:
      name: Search apps
      type: http
    http:
      method: GET
      url: https://api.nudgesecurity.io/api/1.0/apps
      params:
      - name: page
        value: ''
        type: query
      - name: per_page
        value: ''
        type: query
      - name: search
        value: ''
        type: query
    docs: Search and list SaaS applications discovered by Nudge Security.
  - info:
      name: Get app
      type: http
    http:
      method: GET
      url: https://api.nudgesecurity.io/api/1.0/apps/:app_id
      params:
      - name: app_id
        value: ''
        type: path
    docs: Retrieve a single SaaS application by ID.
  - info:
      name: Set app category
      type: http
    http:
      method: POST
      url: https://api.nudgesecurity.io/api/1.0/apps/app-category/:app_id
      params:
      - name: app_id
        value: ''
        type: path
      body:
        type: json
        data: '{}'
    docs: Assign the app to a service category.
- info:
    name: Accounts
    type: folder
  items:
  - info:
      name: Search accounts
      type: http
    http:
      method: GET
      url: https://api.nudgesecurity.io/api/1.0/accounts
      params:
      - name: page
        value: ''
        type: query
      - name: per_page
        value: ''
        type: query
      - name: search
        value: ''
        type: query
    docs: Search accounts
  - info:
      name: Get account
      type: http
    http:
      method: GET
      url: https://api.nudgesecurity.io/api/1.0/accounts/:account_id
      params:
      - name: account_id
        value: ''
        type: path
    docs: Get account
- info:
    name: OAuth Grants
    type: folder
  items:
  - info:
      name: Search OAuth grants
      type: http
    http:
      method: GET
      url: https://api.nudgesecurity.io/api/1.0/oauth-grants
      params:
      - name: page
        value: ''
        type: query
      - name: per_page
        value: ''
        type: query
      - name: search
        value: ''
        type: query
    docs: Search OAuth grants
  - info:
      name: Get OAuth grant
      type: http
    http:
      method: GET
      url: https://api.nudgesecurity.io/api/1.0/oauth-grants/:grant_id
      params:
      - name: grant_id
        value: ''
        type: path
    docs: Get OAuth grant
- info:
    name: Events
    type: folder
  items:
  - info:
      name: Search events
      type: http
    http:
      method: GET
      url: https://api.nudgesecurity.io/api/1.0/events
      params:
      - name: page
        value: ''
        type: query
      - name: per_page
        value: ''
        type: query
      - name: search
        value: ''
        type: query
    docs: Search events
  - info:
      name: Get event
      type: http
    http:
      method: GET
      url: https://api.nudgesecurity.io/api/1.0/events/:event_id
      params:
      - name: event_id
        value: ''
        type: path
    docs: Get event
- info:
    name: Users
    type: folder
  items:
  - info:
      name: Search users
      type: http
    http:
      method: GET
      url: https://api.nudgesecurity.io/api/1.0/users
      params:
      - name: page
        value: ''
        type: query
      - name: per_page
        value: ''
        type: query
      - name: search
        value: ''
        type: query
    docs: Search users
- info:
    name: User Groups
    type: folder
  items:
  - info:
      name: Search user groups
      type: http
    http:
      method: GET
      url: https://api.nudgesecurity.io/api/1.0/user-groups
      params:
      - name: page
        value: ''
        type: query
      - name: per_page
        value: ''
        type: query
      - name: search
        value: ''
        type: query
    docs: Search user groups
  - info:
      name: List user group members
      type: http
    http:
      method: GET
      url: https://api.nudgesecurity.io/api/1.0/user-groups/:group_id/members
      params:
      - name: group_id
        value: ''
        type: path
    docs: List user group members
- info:
    name: Notifications
    type: folder
  items:
  - info:
      name: Search notifications
      type: http
    http:
      method: GET
      url: https://api.nudgesecurity.io/api/1.0/notifications
      params:
      - name: page
        value: ''
        type: query
      - name: per_page
        value: ''
        type: query
    docs: Search notifications
- info:
    name: Fields
    type: folder
  items:
  - info:
      name: Search fields
      type: http
    http:
      method: GET
      url: https://api.nudgesecurity.io/api/1.0/fields
    docs: Search fields
  - info:
      name: Create field
      type: http
    http:
      method: POST
      url: https://api.nudgesecurity.io/api/1.0/fields
      body:
        type: json
        data: '{}'
    docs: Create field
- info:
    name: Labels
    type: folder
  items:
  - info:
      name: Search labels
      type: http
    http:
      method: GET
      url: https://api.nudgesecurity.io/api/1.0/labels
    docs: Search labels
  - info:
      name: Create label
      type: http
    http:
      method: POST
      url: https://api.nudgesecurity.io/api/1.0/labels
      body:
        type: json
        data: '{}'
    docs: Create label
- info:
    name: Findings
    type: folder
  items:
  - info:
      name: Search findings
      type: http
    http:
      method: GET
      url: https://api.nudgesecurity.io/api/1.0/findings
      params:
      - name: page
        value: ''
        type: query
      - name: per_page
        value: ''
        type: query
    docs: Search findings
- info:
    name: App Integrations
    type: folder
  items:
  - info:
      name: Search app-to-app integrations
      type: http
    http:
      method: GET
      url: https://api.nudgesecurity.io/api/1.0/app-to-app-integrations
      params:
      - name: page
        value: ''
        type: query
      - name: per_page
        value: ''
        type: query
    docs: Search app-to-app integrations
bundled: true