Create an Account

Create a new cheqd Studio account for an authenticated user.

Create an client for an authenticated user.

post

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

Authorizations
Body
Responses
200

The request was successful.

application/json
post
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: 46

"user={'name':'text','primaryEmail':'text'}"
{
  "idToken": "text"
}

Last updated

Was this helpful?