For the complete documentation index, see llms.txt. This page is also available as Markdown.

User

Get dids associated with this user

get

Gets all dids that have been associated with the user for this did

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Responses
200

Successful response

application/json
string[]Optional
get
/user/dids

Associate a did with this user

post

Associates a did with the user for this did

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
presentationany ofRequired
or
stringOptional
Responses
200

Successful response

application/json
booleanOptional
post
/user/dids/add

Disassociate a did with this user

post

Disassociates a did with the user for this did

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
presentationany ofRequired
or
stringOptional
Responses
200

Successful response

application/json
booleanOptional
post
/user/dids/remove

Sets the primary did for a user

post

Sets the primary did for the user with this did

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
presentationany ofRequired
or
stringOptional
Responses
200

Successful response

application/json
booleanOptional
post
/user/dids/setPrimary

Last updated

Was this helpful?