Snow Software website screenshot

Snow Software

Snow Software (now Flexera Snow) is an IT asset and SaaS management platform providing visibility into software licenses, cloud spend, SaaS usage, and hardware assets across the enterprise. Snow Atlas is the cloud-native platform offering SAM (Software Asset Management), SaaS Management, Cloud License Management, and Commander for hybrid IT. The Snow Atlas REST APIs enable programmatic access to licenses, computers, SaaS applications, subscriptions, user accounts, agreements, and audit logs.

4 APIs 0 Features
Cloud License ManagementFinOpsIT Asset ManagementSaaS ManagementSoftware Asset Management

APIs

Snow Atlas SAM Licenses API

The Snow Atlas SAM Licenses API provides programmatic access to software license data including license upgrades, application license transfers, computer license tracking, licen...

Snow Atlas SaaS Applications API

The Snow Atlas SaaS Applications API provides visibility into SaaS applications in use across the organization. Enables listing, updating, and managing SaaS apps, application KP...

Snow Atlas SaaS Subscriptions API

The Snow Atlas SaaS Subscriptions API manages SaaS subscription data including subscription details, costs, renewal dates, and vendor information for enterprise SaaS portfolio m...

Snow Atlas SAM Computers API

The Snow Atlas SAM Computers API provides access to computer inventory data including hardware assets, application metering per computer, installed software, update history, cus...

Collections

Pricing Plans

Rate Limits

Snow Software Rate Limits

1 limits

RATE LIMITS

FinOps

Semantic Vocabularies

Snow Software Context

6 classes · 29 properties

JSON-LD

API Governance Rules

Snow Software API Rules

9 rules · 4 warnings 5 info

SPECTRAL

JSON Structure

Snow Software Atlas Structure

0 properties

JSON STRUCTURE

Example Payloads

Resources

🔗
LinkedIn
LinkedIn
🔗
Website
Website
🔗
Documentation
Documentation
🌐
DeveloperPortal
DeveloperPortal
👥
GitHubOrganization
GitHubOrganization
📰
Blog
Blog
💬
Support
Support
🔗
Login
Login
🔗
About
About

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: 'SaaS: Subscriptions'
  version: 1.1.1
items:
- info:
    name: Subscriptions
    type: folder
  items:
  - info:
      name: Get Subscription Insight Users
      type: http
    http:
      method: GET
      url: https://{region}.snowsoftware.io/api/saas/consolidated-view/v1/subscriptions/:subscriptionId/insights/:insightRuleId/users
      params:
      - name: subscriptionId
        value: a7a75b83-2690-4cc9-b652-a0fbe93dba4a
        type: path
        description: The unique ID of the subscription.
      - name: insightRuleId
        value: 577ee610-95f2-4883-abaa-d702e73c3a10
        type: path
        description: The unique ID of the insight.
      - name: page_number
        value: ''
        type: query
        description: The page number.
      - name: page_size
        value: ''
        type: query
        description: The maximum number of items in the response.
      - name: filter
        value: ''
        type: query
        description: For more information on the available operators and which data types those operators work on, see [Filter
          API call results](https://docs.snowsoftware.io/snow-atlas-api/resources/get-started-with-apis/api-conventions#filter-api-call-results).
      - name: sort
        value: ''
        type: query
        description: For more information on sorting capability and examples, see [Sort API call results](https://docs.snowsoftware.io/snow-atlas-api/resources/get-started-with-apis/api-conventions#sort-api-call-results).
      auth:
        type: bearer
        token: '{{bearerToken}}'
    docs: Returns a collection of users for a subscription insight.
  - info:
      name: Delete Subscription Users
      type: http
    http:
      method: DELETE
      url: https://{region}.snowsoftware.io/api/saas/consolidated-view/v1/subscriptions/:subscriptionId/users/:userIds
      params:
      - name: subscriptionId
        value: a7a75b83-2690-4cc9-b652-a0fbe93dba4a
        type: path
        description: The unique ID of the subscription.
      - name: userIds
        value: ''
        type: path
        description: The unique ID of the of the subscriptions.
      auth:
        type: bearer
        token: '{{bearerToken}}'
    docs: Removes the given one or more assigned users from a subscription.
  - info:
      name: Get Subscription Users
      type: http
    http:
      method: GET
      url: https://{region}.snowsoftware.io/api/saas/consolidated-view/v1/subscriptions/:subscriptionId/users
      params:
      - name: subscriptionId
        value: a7a75b83-2690-4cc9-b652-a0fbe93dba4a
        type: path
        description: The unique ID of the subscription.
      - name: page_number
        value: ''
        type: query
        description: The page number.
      - name: page_size
        value: ''
        type: query
        description: The maximum number of items in the response.
      auth:
        type: bearer
        token: '{{bearerToken}}'
    docs: Returns a collection of users assigned to a subscription.
  - info:
      name: Get Subscription User Consumptions
      type: http
    http:
      method: GET
      url: https://{region}.snowsoftware.io/api/saas/consolidated-view/v1/subscriptions/:subscriptionId/users/consumption
      params:
      - name: subscriptionId
        value: a7a75b83-2690-4cc9-b652-a0fbe93dba4a
        type: path
        description: The unique ID of the subscription.
      - name: page_number
        value: ''
        type: query
        description: The page number.
      - name: page_size
        value: ''
        type: query
        description: The maximum number of items in the response.
      - name: filter
        value: ''
        type: query
        description: For more information on the available operators and which data types those operators work on, see [Filter
          API call results](https://docs.snowsoftware.io/snow-atlas-api/resources/get-started-with-apis/api-conventions#filter-api-call-results).
      - name: sort
        value: ''
        type: query
        description: For more information on sorting capability and examples, see [Sort API call results](https://docs.snowsoftware.io/snow-atlas-api/resources/get-started-with-apis/api-conventions#sort-api-call-results).
      auth:
        type: bearer
        token: '{{bearerToken}}'
    docs: Returns a collection of subscription users and their consumption details.
bundled: true