Profile APIs
Last updated
Was this helpful?
Endpoints for viewing and updating user profile credentials and account information in Guardian.
Authentication: Bearer token required (Authorization: Bearer <token>)
GET
/api/v1/profiles/{username}
Returns the DID document and Hedera account information for the user
Yes
PUT
/api/v1/profiles/{username}
Sets Hedera credentials and creates a DID for the user
Yes
PUT
/api/v1/profiles/push/{username}
Sets Hedera credentials asynchronously
Yes
GET
/api/v1/profiles/{username}/balance
Returns the Hedera account balance for the user
Yes
Last updated
Was this helpful?
Was this helpful?