Skip to main content
POST
cURL

Autorisations

Authorization
string
header
requis

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

Paramètres de chemin

baseId
string
requis

Project ID

appId
string
requis

App ID

Corps

application/json
showBadge
boolean

Réponse

200 - text/event-stream

Server-sent app deployment progress events

id
string
requis
step
enum<string>
requis
Options disponibles:
prepare,
version-save,
env,
provider,
artifact-build,
artifact-upload,
runtime-create,
runtime-activate,
project-setup,
env-setup,
domain-setup,
files-prepare,
deployment-create,
status-check,
finalize
status
enum<string>
requis
Options disponibles:
pending,
running,
success,
failed
message
string
requis
timestamp
number
requis
provider
string
version
number
deploymentId
string
publicUrl
string
error
string
Dernière modification le 15 septembre 2026