Account

Fetch custodian-mode client details.

get
/account

This endpoint returns the custodian-mode client details for authenticated users.

Authorizations
x-api-keystringRequired
Responses
200

The request was successful.

application/json
get
/account
Deprecated

Fetch IdToken.

get
/account/idtoken

This endpoint returns IdToken as JWT with list of user roles inside

Authorizations
x-api-keystringRequired
Responses
200

The request was successful.

application/json
get
/account/idtoken

Create an client for an authenticated user.

post
/account/create

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

Authorizations
x-api-keystringRequired
Body
namestringOptional
primaryEmailstringRequired
Responses
post
/account/create

Last updated

Was this helpful?