GET
/
v2
/
workspaces
/
{workspaceId}
/
apps
/
{slug}
/
config
curl --request GET \
  --url https://api.eda.prisme.ai/v2/workspaces/{workspaceId}/apps/{slug}/config \
  --header 'Authorization: Bearer <token>'
{}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

workspaceId
string
required

Workspace id

slug
string
required

App instance slug

Response

200
application/json

Success Response

The response is of type object.