ALTR Organization API

Operations about organization

Operations 5

PATCH /organization Update organization information #
GET /organization/preferences Returns the users organization preferences #
PATCH /organization/preferences Updates organization two-factor authentication preferences #
PATCH /organization/s3 Updates organization S3 preferences #
POST /organization/s3/test Tests organization S3 preferences, does not save the preferences #

Documentation

📖
Documentation
https://altrnet.live.altr.com/api/swagger/
📖
APIReference
https://altrnet.live.altr.com/api/swagger/
📖
Authentication
https://raw.githubusercontent.com/api-evangelist/altr/refs/heads/main/authentication/altr-authentication.yml
📖
Documentation
https://api.live.altr.com/v1/unified-policy/docs
📖
APIReference
https://api.live.altr.com/v1/unified-policy/docs
📖
Documentation
https://api.live.altr.com/v1/rbac/api-docs/index.html
📖
APIReference
https://api.live.altr.com/v1/rbac/api-docs/index.html
📖
Documentation
https://docs.classification.live.altr.com/v1/docs
📖
APIReference
https://docs.classification.live.altr.com/v1/docs
📖
Documentation
https://api.live.altr.com/v1/tag/auto-tagging-api-docs/index.html
📖
APIReference
https://api.live.altr.com/v1/tag/auto-tagging-api-docs/index.html
📖
Documentation
https://api.live.altr.com/v1/tag/masking-api-docs/index.html
📖
APIReference
https://api.live.altr.com/v1/tag/masking-api-docs/index.html
📖
Documentation
https://api.live.altr.com/v1/tag/refresh-api-docs/index.html
📖
APIReference
https://api.live.altr.com/v1/tag/refresh-api-docs/index.html
📖
Documentation
https://api.live.altr.com/v1/alpha/dbx/tag-policy/docs/index.html
📖
APIReference
https://api.live.altr.com/v1/alpha/dbx/tag-policy/docs/index.html
📖
Documentation
https://api.live.altr.com/v1/dis/swagger/
📖
APIReference
https://api.live.altr.com/v1/dis/swagger/
📖
Documentation
https://api.live.altr.com/v1/snowflake/metadata-api-docs/index.html
📖
APIReference
https://api.live.altr.com/v1/snowflake/metadata-api-docs/index.html
📖
Documentation
https://api.live.altr.com/v1/query-audits/api-docs/index.html
📖
APIReference
https://api.live.altr.com/v1/query-audits/api-docs/index.html
📖
Documentation
https://api.live.altr.com/v1/dam/docs
📖
APIReference
https://api.live.altr.com/v1/dam/docs
📖
Documentation
https://docs.dam-alerting.live.altr.com/v1/dam-alerting/docs
📖
APIReference
https://docs.dam-alerting.live.altr.com/v1/dam-alerting/docs
📖
Documentation
https://docs.audit-report.live.altr.com/v1/audit-reports/docs
📖
APIReference
https://docs.audit-report.live.altr.com/v1/audit-reports/docs
📖
Documentation
https://docs.notifications.live.altr.com/v1/notification-integration/docs
📖
APIReference
https://docs.notifications.live.altr.com/v1/notification-integration/docs
📖
Documentation
https://docs.critical.live.altr.com/v2
📖
APIReference
https://docs.critical.live.altr.com/v2
📖
Documentation
https://docs.sc-control.live.altr.com/v1/repo-config-docs
📖
APIReference
https://docs.sc-control.live.altr.com/v1/repo-config-docs
📖
Documentation
https://docs.sc-control.live.altr.com/v1/audits/docs
📖
APIReference
https://docs.sc-control.live.altr.com/v1/audits/docs
📖
Documentation
https://docs.sc-control.live.altr.com/v1/sidecars/telemetry/docs
📖
APIReference
https://docs.sc-control.live.altr.com/v1/sidecars/telemetry/docs
📖
Documentation
https://docs.sc-control.live.altr.com/v1/access-tokens/docs
📖
APIReference
https://docs.sc-control.live.altr.com/v1/access-tokens/docs
📖
Documentation
https://docs.service-user.live.altr.com/v1/docs
📖
APIReference
https://docs.service-user.live.altr.com/v1/docs

Specifications

Work with this as data

Every API here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This API
curl "https://apis.io/api/v1/apis/altr-organization-api"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.

OpenAPI Specification

altr-organization-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: ALTR Management Organization API
  version: 12.25.1
  description: Welcome to the Swagger documentation for ALTR's Management API (MAPI).
  termsOfService: https://www.altr.com/info/altr-solutions-inc-terms-of-service
  contact:
    name: Support
    email: support@altr.com
servers:
- url: https://altrnet.live.altr.com/api
  description: ALTR Management API
security:
- basicAuth: []
tags:
- name: Organization
  description: Operations about organization
  externalDocs:
    description: Find out more
    url: https://docs.altr.com/explore-altr-features/settings#Preferences
paths:
  /organization:
    patch:
      tags:
      - Organization
      summary: Update organization information
      requestBody:
        description: The organization info update body, only SUPERADMINISTRATOR user roles can update organizations.
        required: true
        content:
          application/json:
            schema:
              type: object
              properties:
                name:
                  type: string
                  example: Updated Organization Name via Swagger
                  description: The name of the organization to update.
                phone:
                  type: string
                  example: '2024561111'
                  description: The phone number associated to the organization
                address:
                  type: string
                  example: 1600 Pennsylvania Avenue NW
                  description: The physical address of the organization.
                city:
                  type: string
                  example: DC
                  description: The city of the organization
                state:
                  type: string
                  example: DC
                  description: optional
                zip:
                  type: string
                  example: 20500
                  description: optional
      responses:
        '200':
          description: Response
          content:
            application/json:
              schema:
                type: object
                properties:
                  data:
                    $ref: '#/components/schemas/Organization'
                  success:
                    type: boolean
        '400':
          $ref: '#/components/responses/BadRequest'
        '401':
          $ref: '#/components/responses/Unauthorized'
        '403':
          $ref: '#/components/responses/Forbidden'
        '500':
          $ref: '#/components/responses/InternalError'
      operationId: patchOrganization
      x-operation-id-source: derived
  /organization/preferences:
    get:
      tags:
      - Organization
      summary: Returns the users organization preferences
      operationId: getOrganizationPreferences
      responses:
        '200':
          description: Response
          content:
            application/json:
              schema:
                type: object
                properties:
                  data:
                    $ref: '#/components/schemas/Organization'
                  success:
                    type: boolean
        '400':
          $ref: '#/components/responses/BadRequest'
        '401':
          $ref: '#/components/responses/Unauthorized'
        '500':
          $ref: '#/components/responses/InternalError'
    patch:
      tags:
      - Organization
      summary: Updates organization two-factor authentication preferences
      operationId: updateOrganizationPreferences
      requestBody:
        description: The organization preferences update body, only SUPERADMINISTRATOR user roles can update organizations.
        required: true
        content:
          application/json:
            schema:
              type: object
              required:
              - totp
              - sms
              - email
              - password
              properties:
                totp:
                  type: boolean
                sms:
                  type: boolean
                email:
                  type: boolean
                webauthn:
                  type: boolean
                password:
                  type: string
                  description: Password of the currently logged in user to confirm update action.
      responses:
        '200':
          description: Response
          content:
            application/json:
              schema:
                type: object
                properties:
                  data:
                    type: object
                    properties:
                      success:
                        type: boolean
                        example: true
                        description: If it was successful or not
                  success:
                    type: boolean
                    default: true
                    description: The request overall was successful
        '400':
          $ref: '#/components/responses/BadRequest'
        '401':
          $ref: '#/components/responses/Unauthorized'
        '403':
          $ref: '#/components/responses/Forbidden'
        '500':
          $ref: '#/components/responses/InternalError'
  /organization/s3:
    patch:
      tags:
      - Organization
      summary: Updates organization S3 preferences
      operationId: updateOrganizationS3Preferences
      description: Both `bucketName` and `arn` are required only if one or the other properties are present.
      requestBody:
        description: The organization S3 preferences update body, only SUPERADMINISTRATOR user roles can update organizations.
        required: true
        content:
          application/json:
            schema:
              type: object
              required:
              - bucketName
              - arn
              properties:
                bucketName:
                  type: string
                  example: docexamplebucket1
                arn:
                  type: string
                  example: arn:aws:iam::123456789012:user/Development/product_1234/*
                region:
                  description: The AWS region code in which this S3 bucket is in.
                  type: string
                  example: us-east-1
                newQueryAudits:
                  type: boolean
                customAudits:
                  type: boolean
                systemAudits:
                  type: boolean
                vaultedTokenizationAudits:
                  type: boolean
                sidecarAudits:
                  type: boolean
      responses:
        '200':
          description: Response
          content:
            application/json:
              schema:
                type: object
                properties:
                  data:
                    type: object
                    properties:
                      success:
                        type: boolean
                        example: true
                        description: If it was successful or not
                  success:
                    type: boolean
                    default: true
                    description: The request overall was successful
        '400':
          $ref: '#/components/responses/BadRequest'
        '401':
          $ref: '#/components/responses/Unauthorized'
        '403':
          $ref: '#/components/responses/Forbidden'
        '500':
          $ref: '#/components/responses/InternalError'
  /organization/s3/test:
    post:
      tags:
      - Organization
      summary: Tests organization S3 preferences, does not save the preferences
      operationId: testOrganizationS3Preferences
      requestBody:
        description: The test S3 preferences request body, only SUPERADMINISTRATOR user roles can test s3 organization preferences.
        required: true
        content:
          application/json:
            schema:
              description: Both `bucketName` and `arn` are required.
              type: object
              required:
              - bucketName
              - arn
              properties:
                bucketName:
                  type: string
                  example: docexamplebucket1
                arn:
                  type: string
                  example: arn:aws:iam::123456789012:user/Development/product_1234/*
                region:
                  description: The AWS region code in which this S3 bucket is in.
                  type: string
                  example: us-east-1
      responses:
        '200':
          description: Response
          content:
            application/json:
              schema:
                type: object
                properties:
                  data:
                    type: object
                    properties:
                      success:
                        type: boolean
                        example: true
                        description: If it was successful or not
                  success:
                    type: boolean
                    default: true
                    description: The request overall was successful
        '400':
          $ref: '#/components/responses/BadRequest'
        '401':
          $ref: '#/components/responses/Unauthorized'
        '403':
          $ref: '#/components/responses/Forbidden'
        '500':
          $ref: '#/components/responses/InternalError'
components:
  responses:
    BadRequest:
      description: Bad Request
      content:
        application/json:
          schema:
            $ref: '#/components/schemas/ApiError'
          examples:
            default:
              value:
                data:
                  message: '''id'' must be present'
                  statusCode: 400
                  date: '2022-07-20T18:00:58.723Z'
                success: false
            with context property:
              value:
                data:
                  message: Invalid credentials.
                  statusCode: 400
                  context:
                    error_code: 60000
                    title: DB_CONNECTION
                  date: '2022-07-20T18:00:58.723Z'
                success: false
    Forbidden:
      description: Forbidden
      content:
        application/json:
          schema:
            $ref: '#/components/schemas/ApiError'
          example:
            data:
              message: Resource is forbidden
              statusCode: 403
              date: '2022-07-20T18:00:58.723Z'
            success: false
    Unauthorized:
      description: Unauthorized
      content:
        application/json:
          schema:
            $ref: '#/components/schemas/ApiError'
          example:
            data:
              message: Unauthorized
              statusCode: 401
              date: '2022-07-20T18:00:58.723Z'
            success: false
    InternalError:
      description: Internal Error
      content:
        application/json:
          schema:
            $ref: '#/components/schemas/ApiError'
          example:
            data:
              message: Internal Server Error
              statusCode: 500
              date: '2022-07-20T18:00:58.723Z'
            success: false
  schemas:
    Organization:
      type: object
      properties:
        name:
          type: string
          example: Organizations Name Here
        twoFactor:
          type: object
          properties:
            totp:
              type: boolean
            sms:
              type: boolean
            email:
              type: boolean
            webauthn:
              type: boolean
        domains:
          type: array
          items:
            type: string
            example: altr.com
        s3:
          type: object
          properties:
            dataToDeliver:
              type: object
              properties:
                anomalies:
                  type: boolean
                queryAudit:
                  type: boolean
                newQueryAudits:
                  type: boolean
                customAudits:
                  type: boolean
                systemAudits:
                  type: boolean
                vaultedTokenizationAudits:
                  type: boolean
                sidecarAudits:
                  type: boolean
            bucketName:
              type: string
              example: doc-example-bucket-1
            arn:
              type: string
              example: arn:aws:iam::123456789012:user/Development/product_1234/*
            region:
              description: The AWS region code in which this S3 bucket is in.
              type: string
              example: us-east-1
    ApiError:
      type: object
      properties:
        data:
          type: object
          properties:
            message:
              type: string
              example: Internal Server Error
            statusCode:
              type: integer
              example: 500
            context:
              type: object
              example: {}
              description: An object with properties that may **optionally** appear, will contain more information relating to the error message.
            date:
              type: string
              format: date-time
        success:
          type: boolean
  securitySchemes:
    basicAuth:
      type: http
      scheme: basic
      description: MAPI uses [HTTP Basic Authentication](https://swagger.io/docs/specification/authentication/basic-authentication/).<br/><br/>MAPI credentials can be obtained on the [API page](https://altrnet.live.altr.com/settings/preferences/api) (found under Settings > Preferences > API) of ALTR's portal for Enterprise and Enterprise+ customers.<br/><br/>Usernames are the 'Key Names' listed on that page, and Passwords are the 'Key Secret' provided when an API key is created.
externalDocs:
  description: ALTR Documentation
  url: https://docs.altr.com/