Skip to content

Aritma IAM API (V1)

An API for interacting with the identity and access management system of Aritma.

Download OpenAPI description
Languages
Servers
Mock server
https://developer.aritma.com/_mock/apis/platform/iam/openapi/iam-openapi
IAM API
https://api.dev.aritma.io/core/iam

Actions related to IAM actions

Operations

Actions related to clients in Aritma ID

Operations

Actions related to domains registered for the tenant, and their verification status

Operations

Request

Security
authorization_code_with_pkce(Required scopes:
services.iam
)
or client_credentials(Required scopes:
services.iam
)
Query
filterstring

The string used to filter the request

No request payload

Responses

OK

Bodyapplication/jsonArray [
domainstringrequired

The domain name (e.g. "example.com").

Example: "aritma.com"
statusstringrequired

The current verification status of the domain.

Enum"NotRegistered""Pending""Confirmed"
Example: "Pending"
verificationTokenstring or null

A DNS TXT token that must be published to verify ownership of the domain. Removed once verified.

Example: "aritma-verify-00000000-0000-0000-0000-000000000000"
]
Response
application/json
[ { "domain": "aritma.com", "status": "Pending", "verificationToken": "aritma-verify-00000000-0000-0000-0000-000000000000" } ]

Request

Security
authorization_code_with_pkce(Required scopes:
services.iam
)
or client_credentials(Required scopes:
services.iam
)
Query
domainstring

The domain

No request payload

Responses

Created

Bodyapplication/json
domainstringrequired

The domain name (e.g. "example.com").

Example: "aritma.com"
statusstringrequired

The current verification status of the domain.

Enum"NotRegistered""Pending""Confirmed"
Example: "Pending"
verificationTokenstring or null

A DNS TXT token that must be published to verify ownership of the domain. Removed once verified.

Example: "aritma-verify-00000000-0000-0000-0000-000000000000"
Response
application/json
{ "domain": "aritma.com", "status": "Pending", "verificationToken": "aritma-verify-00000000-0000-0000-0000-000000000000" }

Request

Security
authorization_code_with_pkce(Required scopes:
services.iam
)
or client_credentials(Required scopes:
services.iam
)
Query
domainstring

The domain

No request payload

Responses

No Content

Response
No content

Request

Security
authorization_code_with_pkce(Required scopes:
services.iam
)
or client_credentials(Required scopes:
services.iam
)
Query
domainstring

The domain

No request payload

Responses

OK

Bodyapplication/json
domainstringrequired

The domain name (e.g. "example.com").

Example: "aritma.com"
statusstringrequired

The current verification status of the domain.

Enum"NotRegistered""Pending""Confirmed"
Example: "Pending"
verificationTokenstring or null

A DNS TXT token that must be published to verify ownership of the domain. Removed once verified.

Example: "aritma-verify-00000000-0000-0000-0000-000000000000"
Response
application/json
{ "domain": "aritma.com", "status": "Pending", "verificationToken": "aritma-verify-00000000-0000-0000-0000-000000000000" }

Actions listing information about the currently authenticated user

Operations

Actions related to IAM policies

Operations

Actions related to Aritma ID roles

Operations

Actions related to SCIM tokens

Operations

Actions related to scopes in Aritma ID

Operations

Actions common for all SSO providers

Operations

Actions relating to AzureAd as an SSO provider

Operations

Actions relating to custom SSO providers

Operations

Actions relating to Google as an SSO provider

Operations

Actions relating to Signicat as an SSO provider

Operations

Actions related to IAM subjects

Operations

Actions related to Aritma ID users

Operations