Create a preview application in a pipeline.
curl --request POST \ --url https://api.sevalla.com/v2/pipelines/{id}/create-preview-app \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "branch": "main", "pull_request_number": 14 }'
{ "app": { "id": "54fb80af-576c-4fdc-ba4f-b596c83f15a1", "name": "test-app", "displayName": "Test App" } }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
"54fb80af-576c-4fdc-ba4f-b596c83f15a1"
Preview app created successfully
The response is of type object.
object
Was this page helpful?