GET
/
v1
/
application
/
{id}
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>"
}

Authorizations

x-api-key
string
header
required

Path Parameters

id
string
required

Response

200
application/json

The response is of type object.