Account

Fetch custodian-mode client details.

get
/account

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

Authorizations
x-api-keystringRequired
Responses
chevron-right
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
chevron-right
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

Fetch Account Analytics.

get
/account/analytics

This endpoint returns analytics data for the account usage.

Authorizations
x-api-keystringRequired
Query parameters
networkstring · enumOptional

Filter DID by the network published.

Possible values:
Responses
chevron-right
200

The request was successful.

application/json
get
/account/analytics

Last updated

Was this helpful?