Retrieve user credentials
Accessing User Credentials
A user’s complete set of credentials is private and fully owned by the user. These credentials are encrypted and secured so that no one—including your app—can access them unless they were issued by your app.
The List Credentials
endpoint returns only the credentials that were originally created by your application. Credentials issued by other apps or agents are strictly excluded from this list and cannot be accessed, viewed, or managed by your app.
This design ensures user privacy while allowing your app to manage the credentials it created—such as for updates or revocation.
Listing the user's credentials
POST
/api.moojo.id/user/vault/list-credentials
Headers
Content-Type
application/json
x-api-key
Your API KEY as provided by Moojo
Authorization
Bearer {{USER_TOKEN}}
Retrieve the user token using one of the authentication methods
Body
Leave the body empty.
Response example
Last updated
Was this helpful?