Skip to main content
GET
Error

Authorizations

Authorization
string
header
required

Use your Anything API key as the Basic auth username and leave the password empty. Example credentials: anything_xxx:

Path Parameters

projectGroupId
string<uuid>
required

Response

Project group info

id
string<uuid>
required
name
string
required
slug
string | null
required
filesystemVersion
string | null
required
platform
enum<string>
required
Available options:
web,
mobile,
both
createdAt
string<date-time>
required
updatedAt
string<date-time>
required
devServerUrl
string | null
required
mobilePreviewUrl
string | null
required
publishedUrls
string[]
required

Public URLs where the app is served once published: custom domains when configured, otherwise the hosted Anything domain.

latestPublishedUrl
string | null
required

Public URL of the live app. Null if the project has never been successfully published.

files
object[]
required