curl --request GET \ --url https://vault-api.stardust.gg/v1/application/{id} \ --header 'x-api-key: <api-key>'
{ "id": "<string>", "name": "<string>", "email": "<string>", "description": "<string>", "rootUserId": "<string>" }
The id of the application
The name of the application
The email address associated with this app
The description of the application
The Root Identity Id associated with the application
Was this page helpful?