Create a Migration
Initiate a migration of data from an external provider into Telnyx Cloud Storage. Currently, only S3 is supported.
POST
JavaScript
Documentation Index
Fetch the complete documentation index at: https://developers.telnyx.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
ID of the Migration Source from which to migrate data.
Bucket name to migrate the data into. Will default to the same name as the source_bucket_name.
Telnyx Cloud Storage region to migrate the data to.
If true, will continue to poll the source bucket to ensure new data is continually migrated over.
Response
Create Migration Response
JavaScript