ReferenceApps

Get app

Get an app by id

GET
/apps/{appId}
AuthorizationBearer <token>

Bearer token authentication. Use your API key as the bearer token.

In: header

Path Parameters

appIdstring

ID of the app

Response Body

curl -X GET "https://eu1.api.bivariant.com/v1/apps/string"
{
  "blueprintId": "string",
  "createdAt": "string",
  "description": "string",
  "id": "string",
  "organizationId": "string",
  "projectId": "string",
  "spaceId": "string",
  "title": "string",
  "uid": "string",
  "updatedAt": "string"
}
{
  "code": "string",
  "message": "string"
}
{
  "code": "string",
  "message": "string"
}
{
  "code": "string",
  "message": "string"
}
{
  "code": "string",
  "message": "string"
}