An API for interacting with the identity and access management system of Aritma.
Aritma IAM API (V1)
Download OpenAPI description
Overview
Languages
Servers
Mock server
https://developer.aritma.com/_mock/apis/platform/iam/openapi/iam-openapi
IAM API
https://api.dev.aritma.io/core/iam
Security
authorization_code_with_pkce(Required scopes:
services.iam
) or client_credentials(Required scopes: services.iam
)- Mock serverhttps://developer.aritma.com/_mock/apis/platform/iam/openapi/iam-openapi/v1/actions
- IAM APIhttps://api.dev.aritma.io/core/iam/v1/actions
- Payload
- cURL
- C#
- JavaScript
- Python
- Go
- PHP
- Java
- Java 8
No request payloadOK
The unique action identifier used in policy definitions.
Example: "iam.policy.write"
A short description of what this action grants access to.
Example: "Grants read access to IAM policies within the authorized scope."
Immediate child actions nested under this action.
Example: [{"id":"iam.policy.write"}]
Response
application/json
[ { "id": "iam.policy.write", "displayName": "Read policies", "description": "Grants read access to IAM policies within the authorized scope.", "children": [ … ] } ]