Deploy call flow version
Authentication
Path parameters
Request
Response
The calling SWML document deployed by this version. Uses calling SWML methods.
The calling SWML document deployed by this version. Uses calling SWML methods.
Makes one saved Call Flow version active, selected by document version or version ID. Use it after updating a visual flow when that revision is ready to handle calls; updating the Call Flow saves a revision but does not replace this deployment step. Directly authored SWML Scripts do not use Call Flow versions.
The API token used to authenticate must have the following scope(s) enabled to make a successful request: Voice, Messaging, Fax, or Video.
SignalWire Basic Authentication using Project ID and API Token.
The client sends HTTP requests with the Authorization header containing the word Basic followed by a space and a base64-encoded string of project_id:token. The project ID will be used as the username and the API token as the password.
Example: