How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

ALTR RBAC API API

The RBAC API API from ALTR — 11 operation(s) for rbac api.

ALTR RBAC API API is one of 69 APIs that ALTR publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include RBAC API. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, an API reference, and authentication docs.

This API exposes 22 operations across 11 paths, and defines 27 schemas. It is described by OpenAPI 3.2.0, at version 0.1.0.

Requests are made against a single base URL, https://api.live.altr.com/v1/rbac.

22 operations 11 paths 27 schemas 7 DELETE11 GET2 PATCH2 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.2.0
API Version
0.1.0
Base URL
https://altrnet.live.altr.com/api
Authentication
HTTP Basic
Resource Areas
1

Authentication & Security 1

ALTR RBAC API API declares 1 security scheme for authenticating requests. It accepts HTTP basic authentication (BasicAuth).

Paths & Operations 22

Across 11 paths, the API surfaces 22 operations — 7 DELETE, 11 GET, 2 PATCH, 2 PUT. Each is listed below with its method, path, parameters, and response codes.

RBAC API 22
GET
/databricks
List ALTR managed privileges for your organization.
6 params → 200400401500
PUT
/databricks
Batch create/update a role's privileges.
body → 201400401404500
PATCH
/databricks
Add or Remove references attached to a databricks privilege.
body → 204400401404500
GET
/databricks/database-id/{databaseId}/principal-name/{principalName}/privilege/{privilege}/catalog-name/{catalogName}
Get the details of an ALTR managed catalog privilege which is granted to a specified principal.
4 params → 200400401404500
DELETE
/databricks/database-id/{databaseId}/principal-name/{principalName}/privilege/{privilege}/catalog-name/{catalogName}
Delete/revoke an ALTR managed catalog privilege which is granted to a specified principal.
6 params → 202400401404500
GET
/databricks/database-id/{databaseId}/principal-name/{principalName}/privilege/{privilege}/catalog-name/{catalogName}/schema-name/{schemaName}
Get the details of an ALTR managed schema privilege which is granted to a specified principal.
5 params → 200400401404500
DELETE
/databricks/database-id/{databaseId}/principal-name/{principalName}/privilege/{privilege}/catalog-name/{catalogName}/schema-name/{schemaName}
Delete/revoke an ALTR managed schema privilege which is granted to a specified principal.
7 params → 202400401404500
GET
/databricks/database-id/{databaseId}/principal-name/{principalName}/privilege/{privilege}/catalog-name/{catalogName}/schema-name/{schemaName}/table-name/{tableName}
Get the details of an ALTR managed table privilege which is granted to a specified principal.
6 params → 200400401404500
DELETE
/databricks/database-id/{databaseId}/principal-name/{principalName}/privilege/{privilege}/catalog-name/{catalogName}/schema-name/{schemaName}/table-name/{tableName}
Delete/revoke an ALTR managed table privilege which is granted to a specified principal.
8 params → 202400401404500
GET
/databricks/reference/{reference}
List privileges by a given reference.
3 params → 200400401500
GET
/snowflake
List ALTR managed privileges for your organization.
7 params → 200400401500
PUT
/snowflake
Batch create/update a role's privileges.
body → 201400401404500
PATCH
/snowflake
Add or Remove references attached to a snowflake privilege.
body → 204400401404500
GET
/snowflake/database-id/{databaseId}/role-name/{role}/privilege/{privilege}/database-name/{databaseName}
Get an ALTR managed database privilege granted to a specified role.
4 params → 200400401404500
DELETE
/snowflake/database-id/{databaseId}/role-name/{role}/privilege/{privilege}/database-name/{databaseName}
Delete/revoke an ALTR managed database privilege which is granted to a specified role.
6 params → 202400401404500
GET
/snowflake/database-id/{databaseId}/role-name/{role}/privilege/{privilege}/database-name/{databaseName}/schema-name/{schemaName}
Get an ALTR managed schema privilege granted to a specified role.
5 params → 200400401404500
DELETE
/snowflake/database-id/{databaseId}/role-name/{role}/privilege/{privilege}/database-name/{databaseName}/schema-name/{schemaName}
Delete/revoke an ALTR managed schema privilege which is granted to a specified role.
7 params → 202400401404500
GET
/snowflake/database-id/{databaseId}/role-name/{role}/privilege/{privilege}/database-name/{databaseName}/schema-name/{schemaName}/table-name/{tableName}
Get an ALTR managed table privilege granted to a specified role.
6 params → 200400401404500
DELETE
/snowflake/database-id/{databaseId}/role-name/{role}/privilege/{privilege}/database-name/{databaseName}/schema-name/{schemaName}/table-name/{tableName}
Delete/revoke an ALTR managed table privilege which is granted to a specified role.
8 params → 202400401404500
GET
/snowflake/database-id/{databaseId}/role-name/{role}/privilege/{privilege}/database-name/{databaseName}/schema-name/{schemaName}/view-name/{viewName}
Get an ALTR managed view privilege granted to a specified role.
6 params → 200400401404500
DELETE
/snowflake/database-id/{databaseId}/role-name/{role}/privilege/{privilege}/database-name/{databaseName}/schema-name/{schemaName}/view-name/{viewName}
Delete/revoke an ALTR managed view privilege which is granted to a specified role.
8 params → 202400401404500
GET
/snowflake/reference/{reference}
List privileges by a given reference.
3 params → 200400401500

Schemas 27

The contract defines 27 schemas that model the data the API accepts and returns. The most detailed are rbac.DatabricksPrivilegeItem (12 properties), rbac.SnowflakeRolePrivilege (12 properties), types.PrivilegeItem (9 properties), types.SnowflakePrivilege (7 properties). Each schema is shown below with its type and property counts.

types.ListDatabricksPrivilegesResponse
object
2 properties
types.RevokeOptions
object
1 property
types.DatabricksPrimitivePrivilege
object
5 properties 3 required
rbac.DatabricksPrivilegeOptions
object
1 property
management.ListDatabricksPrivilegesByReferenceOutput
object
2 properties
rbac.SnowflakeRolePrivilege
object
12 properties 8 required
types.SnowflakePrivilege
object
7 properties 3 required
rbac.DatabricksFailure
object
2 properties
management.ListSnowflakePrivilegesOutput
object
2 properties
types.PutBatchSnowflakePrivilegesInput
object
4 properties 2 required
types.PatchSnowflakePrivilegeReferencesInput
object
5 properties 4 required
management.ListSnowflakePrivilegesByReferenceOutput
object
2 properties
types.PatchDatabricksPrivilegeReferencesInput
object
5 properties 4 required
types.PrivilegeItem
object
9 properties
management.GetSnowflakePrivilegeOutput
object
1 property
rbac.DatabricksSecurable
object
6 properties 4 required
catalog.SecurableType
string
rbac.SnowflakeFutureObjectType
string
fiber.APIErrorResponse
object
2 properties
types.RBACAPIErrorResponse
object
1 property
types.Failure
object
3 properties
types.PutBatchSnowflakePrivilegesOutput
object
1 property
rbac.DatabricksPrivilegeItem
object
12 properties
catalog.Privilege
string
types.DatabricksPutBatchPrivilegeRequest
object
4 properties 2 required
rbac.DatabricksPrivilege
object
3 properties 3 required
types.DatabricksPutBatchPrivilegeResponse
object
1 property

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

altr-rbac-api-api-openapi.yml Raw ↑

Other APIs ALTR publishes across the network.

Vaulted Tokenization API
Key Management API (KMA)
ALTR MCP Server
ALTR Access Request API
ALTR Administrators API
ALTR Agent API
ALTR Agent Tasks API
ALTR Agents API
ALTR Alerts API
ALTR ALTR Managed Collections API
ALTR Anomalies API
ALTR Apikeys API
Where this information came from

This is an independent, third-party profile of ALTR RBAC API API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.