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
id
string
required

The id of the application

name
string
required

The name of the application

email
string
required

The email address associated with this app

description
string

The description of the application

rootUserId
string

The Root Identity Id associated with the application