Metadata


Get distributed apps

get

List all distributed apps created by the user.

Use this endpoint to fetch apps created by the user.

Authorizations
AuthorizationstringRequired

Your ByteNite access token

Query parameters
orderBystringOptional

Field name to sort apps by (e.g., createdAt).

pagination.limitinteger · int64Optional

Number of rows to return per page.

pagination.offsetinteger · int64Optional

Number of rows to skip before starting to collect the result set.

isPublicbooleanOptional

Filter public apps only

Responses
200

A successful response.

get
/apps


Get the latest app details

get

Get the latest app de

Authorizations
AuthorizationstringRequired

Your ByteNite access token

Path parameters
appTagstringRequired

Unique tag of the app

Responses
200

A successful response.

get
/apps/{appTag}


Get status of app

get

Get status of app

Authorizations
AuthorizationstringRequired

Your ByteNite access token

Path parameters
appTagstringRequired

Unique tag of the app

Responses
200

A successful response.

get
/apps/{appTag}/status

Last updated

Was this helpful?