Create an Account

Create a new cheqd Studio account for an authenticated user.

Create an client for an authenticated user.

post
/account/create

This endpoint creates a client in the custodian-mode for an authenticated user

Authorizations
Body
namestringOptional
primaryEmailstringRequired
Responses
200

The request was successful.

application/json
post
/account/create
POST /account/create HTTP/1.1
Host: studio-api.cheqd.net
x-api-key: YOUR_API_KEY
Content-Type: application/x-www-form-urlencoded
Accept: */*
Content-Length: 37

"name='text'&primaryEmail='text'"
{
  "idToken": "text"
}

Last updated

Was this helpful?