v33

latestOpenAPI 3.1.0raw.githubusercontent.com2026-04-2972102177.5 KB
Identities

Create Identity

Creates a new identity with credentials for authentication.

post/v1/identities

Query parameters

validateAsyncboolean

Whether to validate the identity asynchronously. Defaults to true.

Request body

namestring

Name of the identity. Defaults to "Unnamed Identity" if not provided.

sourcestring uri required

The source URL for the identity (e.g., login page URL)

metadataobject

Optional metadata for the identity

applicationNamestring

Optional application name to associate with the identity

applicationDescriptionstring

Optional application description

Response

Identity created successfully

idstring uuid

Unique identifier for the identity

namestring

Name of the identity

status'pending' | 'validated' | 'failed'

Status of the identity

metadataobject

Metadata associated with the identity

created_atstring date-time

Timestamp when the identity was created