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 response is of type object.
object
Was this page helpful?