Skip to main content
POST
/
api
/
v1
/
apps
/
builds
/
{version_id}
/
extract-package-id
Extract Build Package Id
curl --request POST \
  --url https://backend.revyl.ai/api/v1/apps/builds/{version_id}/extract-package-id \
  --header 'Authorization: Bearer <token>'
{
  "package_id": "<string>",
  "error": "<string>"
}

Authorizations

Authorization
string
header
required

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

Path Parameters

version_id
string<uuid>
required

Response

Successful Response

Response model for extracting package ID for a build.

package_id
string | null

Extracted bundle ID (iOS) or package name (Android)

error
string | null

Error message if extraction failed