Create an Account
Create a new cheqd Studio account for an authenticated user.
This endpoint creates a client in the custodian-mode for an authenticated user
Authorizations
Body
Responses
200
The request was successful.
application/json
400
A problem with the input fields has occurred. Additional state information plus metadata may be available in the response body.
401
Access token is missing or invalid
500
An internal error has occurred. Additional state information plus metadata may be available in the response body.
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?