Skip to content

Create New Identity

PUT
/identity

Creates a new authentication identity for server connections. Can be personal (bound to account) or organizational (shared with organization members).

Authorizations

BearerAuth

Enter your session token to authenticate API requests

Type
HTTP (bearer)

Request Body

application/json
JSON
"string"

Responses

Identity successfully created with new identity ID

application/json
JSON
{
}

Playground

Server
Authorization
Body

Samples

Powered by VitePress OpenAPI

Distributed under the MIT License