{"templateId":"markdown","sharedDataIds":{"sidebar":"sidebar-docs/functions/cli/sidebars.yaml"},"props":{"metadata":{"markdoc":{"tagList":["partial"]},"type":"markdown"},"seo":{"title":"Developer Documentation","siteUrl":"https://developers.sinch.com","llmstxt":{"title":"Sinch Developer Documentation","description":"LLMs.txt containing a map of all the documentation files for Sinch.","sections":[{"title":"Numbers API","description":"The Numbers API enables you to search for, view, and activate numbers. It's considered a precursor to other APIs in the Sinch product family. The numbers API can be used in tandem with any of our APIs that perform messaging or calling.","includeFiles":["docs/numbers/**/*.md","docs/numbers/**/*.yaml"],"excludeFiles":["docs/numbers/index.md"]},{"title":"Conversation API","description":"Send and receive messages globally on many popular channels with ease and confidence when using Sinch's Conversation API. Conversation API is the preferred API for sending mobile messages on SMS and other social channels with Sinch. It is a simple API with unified error messages, consistent request payloads, and common webhook payloads that are channel-agnostic.","includeFiles":["docs/conversation/**/*.md","docs/conversation/**/*.yaml"],"excludeFiles":["docs/conversation/index.md"]},{"title":"Voice API","description":"The Voice API works as a big telephony switch. The Voice API handles incoming phone calls (also known as incoming call “legs”), sets up outgoing phone calls (or outgoing call “legs”), and bridges the two. The incoming call leg may come in over a data connection (from a smartphone or web application using the Sinch SDKs) or through a local phone number (from the PSTN network). Similarly, the outgoing call leg can be over data (to another smartphone or web application using the Sinch SDKs) or the PSTN network.","includeFiles":["docs/voice/**/*.md","docs/voice/**/*.yaml"],"excludeFiles":["docs/voice/index.md"]},{"title":"Verification API","description":"The Verification API is a platform for phone number verification. It consists of the API and different software development kits (the Sinch SDKs) that you integrate with your smartphone or web application and cloud based back-end services. Together they enable SMS, Flashcall, Phone Call and Data verification in your application.","includeFiles":["docs/verification/**/*.md","docs/verification/**/*.yaml"],"excludeFiles":["docs/verification/index.md"]},{"title":"Provisioning API","description":"Provisioning API allows you to programmatically set up your senders, accounts and templates on your favorite messaging platforms on the Conversation API. For now, you can create your first WhatsApp channel through Meta's Embedded sign up, you can configure your first SMS App and configure your webhooks. As development continues, we will be adding the most commonly used channels.","includeFiles":["docs/provisioning-api/**/*.md","docs/provisioning-api/**/*.json"],"excludeFiles":["docs/provisioning-api/index.md"]},{"title":"Elastic SIP Trunking API","description":"With Elastic SIP Trunking you can create and manage your SIP trunks and phone numbers programmatically.","includeFiles":["docs/est/**/*.md","docs/est/**/*.yaml"],"excludeFiles":["docs/est/index.md"]},{"title":"Fax API","description":"Send and receive HIPAA compliant faxes on our modern fax platform using our developer-friendly API.","includeFiles":["docs/fax/**/*.md","docs/fax/**/*.yaml"],"excludeFiles":["docs/fax/index.md"]},{"title":"In-app Voice and Video SDK","description":"The In-app Voice and Video SDK enables you to add voice and video calling capabilities directly into your mobile or web application using the Sinch SDKs.","includeFiles":["docs/in-app-calling/**/*.md"],"excludeFiles":["docs/in-app-calling/index.md"]},{"title":"Number Lookup API","description":"The Number Lookup API is designed to provide in-depth information about phone numbers, helping enterprises enhance their communication strategies and prevent fraud. By identifying the type of phone line (for example, mobile, landline, VoIP) and the associated carrier, the API allows businesses to optimize routing, reduce unnecessary costs, and improve customer engagement.","includeFiles":["docs/number-lookup-api-v2/**/*.md","docs/number-lookup-api-v2/**/*.yaml"],"excludeFiles":["docs/number-lookup-api-v2/index.md"]}],"hide":false,"excludeFiles":[]}},"dynamicMarkdocComponents":[],"compilationErrors":[],"ast":{"$$mdtype":"Tag","name":"article","attributes":{},"children":[{"$$mdtype":"Tag","name":"Heading","attributes":{"level":1,"id":"sinch-porting","__idx":0},"children":["sinch porting"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Manage number porting — check portability, create port-in orders, upload supporting documents, and activate ported numbers. Number porting is the process of bringing phone numbers you already own with another carrier over to Sinch so you can use them with Sinch Voice, SMS, and other products without losing the number."]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Use these commands when you want to migrate existing phone numbers from a current provider to Sinch. A typical port-in flow looks like: run a portability check, update your porting contact info, create a port-in order for the numbers, upload any supporting documents the losing carrier requires, then activate the numbers once the port completes."]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"header":{"controls":{"copy":{}}},"source":"sinch porting\n├── check          — portability checks for one or more numbers\n├── config         — porting contact info, webhook URL, default port times\n├── orders         — port-in order lifecycle (create, list, get, update, cancel, notes)\n├── documents      — upload and download supporting documents\n└── activation     — list activation groups and activate on-demand orders\n"},"children":[]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["All commands accept ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["--json"]}," for machine-readable output."]},{"$$mdtype":"Tag","name":"hr","attributes":{},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"sinch-porting-check","__idx":1},"children":["sinch porting check"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Check whether one or more phone numbers are portable to Sinch."]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"sh","header":{"controls":{"copy":{}}},"source":"sinch porting check <numbers...> [--json]\n","lang":"sh"},"children":[]},{"$$mdtype":"Tag","name":"div","attributes":{"className":"md-table-wrapper"},"children":[{"$$mdtype":"Tag","name":"table","attributes":{"className":"md"},"children":[{"$$mdtype":"Tag","name":"thead","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Option"},"children":["Option"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Description"},"children":["Description"]}]}]},{"$$mdtype":"Tag","name":"tbody","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["<numbers>"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["One or more E.164 phone numbers to check"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["--json"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Output raw JSON"]}]}]}]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Example"]}]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"sh","header":{"controls":{"copy":{}}},"source":"sinch porting check +15551234567 +15557654321\n","lang":"sh"},"children":[]},{"$$mdtype":"Tag","name":"hr","attributes":{},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"sinch-porting-config","__idx":2},"children":["sinch porting config"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Manage the porting configuration for your project — contact information, webhook URL for port status updates, and default port times."]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"sinch-porting-config-get","__idx":3},"children":["sinch porting config get"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Get the current porting configuration."]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"sh","header":{"controls":{"copy":{}}},"source":"sinch porting config get [--json]\n","lang":"sh"},"children":[]},{"$$mdtype":"Tag","name":"div","attributes":{"className":"md-table-wrapper"},"children":[{"$$mdtype":"Tag","name":"table","attributes":{"className":"md"},"children":[{"$$mdtype":"Tag","name":"thead","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Option"},"children":["Option"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Description"},"children":["Description"]}]}]},{"$$mdtype":"Tag","name":"tbody","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["--json"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Output raw JSON"]}]}]}]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"sinch-porting-config-update","__idx":4},"children":["sinch porting config update"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Update the porting configuration. Runs interactively by default, pre-filled with the current values. Pass ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["--non-interactive"]}," with the flags you want to change to skip prompts."]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"sh","header":{"controls":{"copy":{}}},"source":"sinch porting config update [options]\n","lang":"sh"},"children":[]},{"$$mdtype":"Tag","name":"div","attributes":{"className":"md-table-wrapper"},"children":[{"$$mdtype":"Tag","name":"table","attributes":{"className":"md"},"children":[{"$$mdtype":"Tag","name":"thead","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Option"},"children":["Option"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Description"},"children":["Description"]}]}]},{"$$mdtype":"Tag","name":"tbody","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["--contact-name <name>"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Contact name"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["--contact-email <email>"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Contact email"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["--contact-phone <phone>"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Contact phone"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["--webhook-url <url>"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Webhook URL for port status notifications"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["--default-port-time <time>"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Default port time in ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["HH:MM"]}," format"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["--default-timezone <tz>"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Default timezone: ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["US/Eastern"]},", ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["US/Central"]},", ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["US/Mountain"]},", ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["US/Pacific"]}]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["--non-interactive"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Skip prompts, use provided flags only"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["--json"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Output raw JSON"]}]}]}]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Example"]}]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"sh","header":{"controls":{"copy":{}}},"source":"sinch porting config update \\\n  --contact-name \"Jane Doe\" \\\n  --contact-email jane@example.com \\\n  --webhook-url https://example.com/porting-webhook \\\n  --non-interactive\n","lang":"sh"},"children":[]},{"$$mdtype":"Tag","name":"hr","attributes":{},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"sinch-porting-orders","__idx":5},"children":["sinch porting orders"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Create and manage port-in orders — the request to move numbers from another carrier to Sinch."]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"sinch-porting-orders-create","__idx":6},"children":["sinch porting orders create"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Create a new port-in order. Runs interactively by default. For scripting, use ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["--non-interactive"]}," with flags, or supply the full request body as a JSON file via ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["--from-file"]},"."]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"sh","header":{"controls":{"copy":{}}},"source":"sinch porting orders create [options]\n","lang":"sh"},"children":[]},{"$$mdtype":"Tag","name":"div","attributes":{"className":"md-table-wrapper"},"children":[{"$$mdtype":"Tag","name":"table","attributes":{"className":"md"},"children":[{"$$mdtype":"Tag","name":"thead","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Option"},"children":["Option"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Description"},"children":["Description"]}]}]},{"$$mdtype":"Tag","name":"tbody","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["--number <e164>"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Phone number to port — repeat for multiple numbers"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["--from-file <path>"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Full request body as JSON file"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["--port-date <YYYY-MM-DD>"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Desired port date"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["--port-time <HH:MM>"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Desired port time"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["--port-timezone <tz>"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Timezone (e.g. ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["US/Eastern"]},")"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["--end-user-name <name>"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["End user name"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["--end-user-street-num <num>"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["End user street number"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["--end-user-street-name <name>"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["End user street name"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["--end-user-city <city>"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["End user city"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["--end-user-state <state>"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["End user state"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["--end-user-zip <zip>"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["End user ZIP code"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["--service-type <B|R>"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Service type: ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["B"]}," (Business) or ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["R"]}," (Residential)"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["--port-out-pin <pin>"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Port-out PIN from the losing carrier"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["--account-num <num>"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Account number with the losing carrier"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["--customer-ref <ref>"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Customer-side order reference"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["--on-demand-activation"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Enable on-demand activation (activate manually after port)"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["--non-interactive"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Skip prompts, fail if required options not provided"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["--json"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Output raw JSON"]}]}]}]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Example"]}]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"sh","header":{"controls":{"copy":{}}},"source":"sinch porting orders create \\\n  --number +15551234567 \\\n  --number +15557654321 \\\n  --port-date 2026-05-01 \\\n  --port-time 10:00 \\\n  --port-timezone US/Eastern \\\n  --service-type B \\\n  --account-num 987654321 \\\n  --non-interactive\n","lang":"sh"},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"sinch-porting-orders-list","__idx":7},"children":["sinch porting orders list"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["List port-in orders with optional filters."]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"sh","header":{"controls":{"copy":{}}},"source":"sinch porting orders list [options]\n","lang":"sh"},"children":[]},{"$$mdtype":"Tag","name":"div","attributes":{"className":"md-table-wrapper"},"children":[{"$$mdtype":"Tag","name":"table","attributes":{"className":"md"},"children":[{"$$mdtype":"Tag","name":"thead","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Option"},"children":["Option"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Description"},"children":["Description"]}]}]},{"$$mdtype":"Tag","name":"tbody","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["--status <status>"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["PENDING"]},", ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["CONFIRMED"]},", ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["COMPLETED"]},", ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["PENDING_CANCELATION"]},", or ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["CANCELED"]}]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["--limit <n>"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Page size (default ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["100"]},", max ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["1000"]},")"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["--page-token <token>"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Pagination token from a previous response"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["--phone-number <e164>"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Filter by phone number"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["--created-after <date>"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Filter by creation date start (ISO-8601)"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["--created-before <date>"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Filter by creation date end (ISO-8601)"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["--customer-ref <ref>"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Filter by customer order reference"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["--json"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Output raw JSON"]}]}]}]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"sinch-porting-orders-get","__idx":8},"children":["sinch porting orders get"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Get the full details of a port-in order."]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"sh","header":{"controls":{"copy":{}}},"source":"sinch porting orders get <orderId> [--json]\n","lang":"sh"},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"sinch-porting-orders-update","__idx":9},"children":["sinch porting orders update"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Update a pending port-in order. Interactive by default and fetches the current order so unchanged fields are preserved. Use ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["--from-file"]}," to replace the entire request body."]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"sh","header":{"controls":{"copy":{}}},"source":"sinch porting orders update <orderId> [options]\n","lang":"sh"},"children":[]},{"$$mdtype":"Tag","name":"div","attributes":{"className":"md-table-wrapper"},"children":[{"$$mdtype":"Tag","name":"table","attributes":{"className":"md"},"children":[{"$$mdtype":"Tag","name":"thead","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Option"},"children":["Option"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Description"},"children":["Description"]}]}]},{"$$mdtype":"Tag","name":"tbody","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["<orderId>"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Port-in order ID"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["--from-file <path>"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Full request body as JSON file (replaces body)"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["--port-date <YYYY-MM-DD>"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Updated port date"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["--port-time <HH:MM>"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Updated port time"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["--customer-ref <ref>"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Updated customer order reference"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["--non-interactive"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Skip prompts, use provided flags only"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["--json"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Output raw JSON"]}]}]}]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"sinch-porting-orders-cancel","__idx":10},"children":["sinch porting orders cancel"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Cancel a pending port-in order. Prompts for confirmation by default."]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"sh","header":{"controls":{"copy":{}}},"source":"sinch porting orders cancel <orderId> [--force] [--json]\n","lang":"sh"},"children":[]},{"$$mdtype":"Tag","name":"div","attributes":{"className":"md-table-wrapper"},"children":[{"$$mdtype":"Tag","name":"table","attributes":{"className":"md"},"children":[{"$$mdtype":"Tag","name":"thead","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Option"},"children":["Option"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Description"},"children":["Description"]}]}]},{"$$mdtype":"Tag","name":"tbody","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["--force"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Skip confirmation prompt"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["--json"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Output raw JSON"]}]}]}]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"sinch-porting-orders-add-note","__idx":11},"children":["sinch porting orders add-note"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Add a note to a port-in order. Useful for recording context or responding to carrier requests."]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"sh","header":{"controls":{"copy":{}}},"source":"sinch porting orders add-note <orderId> [--note <text>] [options]\n","lang":"sh"},"children":[]},{"$$mdtype":"Tag","name":"div","attributes":{"className":"md-table-wrapper"},"children":[{"$$mdtype":"Tag","name":"table","attributes":{"className":"md"},"children":[{"$$mdtype":"Tag","name":"thead","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Option"},"children":["Option"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Description"},"children":["Description"]}]}]},{"$$mdtype":"Tag","name":"tbody","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["--note <text>"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Note text — prompted for if omitted"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["--non-interactive"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Skip prompts, fail if ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["--note"]}," not provided"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["--json"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Output raw JSON"]}]}]}]}]},{"$$mdtype":"Tag","name":"hr","attributes":{},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"sinch-porting-documents","__idx":12},"children":["sinch porting documents"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Upload and retrieve supporting documents attached to a port-in order. Losing carriers often require a Letter of Authorization (LOA) or a copy of a recent bill."]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"sinch-porting-documents-upload","__idx":13},"children":["sinch porting documents upload"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Upload a document to a port-in order. The file is base64-encoded and sent inline."]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"sh","header":{"controls":{"copy":{}}},"source":"sinch porting documents upload <orderId> --file <path> [options]\n","lang":"sh"},"children":[]},{"$$mdtype":"Tag","name":"div","attributes":{"className":"md-table-wrapper"},"children":[{"$$mdtype":"Tag","name":"table","attributes":{"className":"md"},"children":[{"$$mdtype":"Tag","name":"thead","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Option"},"children":["Option"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Description"},"children":["Description"]}]}]},{"$$mdtype":"Tag","name":"tbody","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["<orderId>"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Port-in order ID"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["--file <path>"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Path to the file to upload (",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["required"]},")"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["--name <name>"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Document name (defaults to filename)"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["--description <text>"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Document description"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["--non-interactive"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Skip prompts, fail if required options not set"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["--json"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Output raw JSON"]}]}]}]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Example"]}]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"sh","header":{"controls":{"copy":{}}},"source":"sinch porting documents upload ord_123 \\\n  --file ./loa.pdf \\\n  --description \"Letter of Authorization\"\n","lang":"sh"},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"sinch-porting-documents-get","__idx":14},"children":["sinch porting documents get"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Download a document from a port-in order. Saves the decoded file to disk by default; use ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["--json"]}," to print metadata only without writing a file."]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"sh","header":{"controls":{"copy":{}}},"source":"sinch porting documents get <orderId> <documentId> [options]\n","lang":"sh"},"children":[]},{"$$mdtype":"Tag","name":"div","attributes":{"className":"md-table-wrapper"},"children":[{"$$mdtype":"Tag","name":"table","attributes":{"className":"md"},"children":[{"$$mdtype":"Tag","name":"thead","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Option"},"children":["Option"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Description"},"children":["Description"]}]}]},{"$$mdtype":"Tag","name":"tbody","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["<orderId>"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Port-in order ID"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["<documentId>"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Document ID"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["--output <path>"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Output file path (defaults to ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["./<documentName>"]}," in current dir)"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["--json"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Output metadata only, no file download"]}]}]}]}]},{"$$mdtype":"Tag","name":"hr","attributes":{},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"sinch-porting-activation","__idx":15},"children":["sinch porting activation"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Manage activation of ported numbers. When a port-in order uses on-demand activation, numbers are ported but not yet live — they must be explicitly activated, optionally in groups."]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"sinch-porting-activation-list","__idx":16},"children":["sinch porting activation list"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["List the available activation groups for a port-in order."]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"sh","header":{"controls":{"copy":{}}},"source":"sinch porting activation list <orderId> [--json]\n","lang":"sh"},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"sinch-porting-activation-activate","__idx":17},"children":["sinch porting activation activate"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Activate ported numbers for an order. Without ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["--group"]},", activates all available groups. Prompts for confirmation by default."]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"sh","header":{"controls":{"copy":{}}},"source":"sinch porting activation activate <orderId> [options]\n","lang":"sh"},"children":[]},{"$$mdtype":"Tag","name":"div","attributes":{"className":"md-table-wrapper"},"children":[{"$$mdtype":"Tag","name":"table","attributes":{"className":"md"},"children":[{"$$mdtype":"Tag","name":"thead","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Option"},"children":["Option"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Description"},"children":["Description"]}]}]},{"$$mdtype":"Tag","name":"tbody","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["<orderId>"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Port-in order ID"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["--group <name>"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Specific group to activate — repeat for multiple groups"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["--force"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Skip confirmation prompt"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["--json"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Output raw JSON"]}]}]}]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Example"]}]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"sh","header":{"controls":{"copy":{}}},"source":"sinch porting activation activate ord_123 --group group-1 --group group-2\n","lang":"sh"},"children":[]},{"$$mdtype":"Tag","name":"hr","attributes":{},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"authentication","__idx":18},"children":["Authentication"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Porting commands use the standard OAuth2 project credentials (Project ID, Key ID, Key Secret) stored by ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["sinch auth login"]},". If you have not authenticated yet, run ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["sinch auth login"]}," before using any porting command."]}]},"headings":[{"value":"sinch porting","id":"sinch-porting","depth":1},{"value":"sinch porting check","id":"sinch-porting-check","depth":2},{"value":"sinch porting config","id":"sinch-porting-config","depth":2},{"value":"sinch porting config get","id":"sinch-porting-config-get","depth":3},{"value":"sinch porting config update","id":"sinch-porting-config-update","depth":3},{"value":"sinch porting orders","id":"sinch-porting-orders","depth":2},{"value":"sinch porting orders create","id":"sinch-porting-orders-create","depth":3},{"value":"sinch porting orders list","id":"sinch-porting-orders-list","depth":3},{"value":"sinch porting orders get","id":"sinch-porting-orders-get","depth":3},{"value":"sinch porting orders update","id":"sinch-porting-orders-update","depth":3},{"value":"sinch porting orders cancel","id":"sinch-porting-orders-cancel","depth":3},{"value":"sinch porting orders add-note","id":"sinch-porting-orders-add-note","depth":3},{"value":"sinch porting documents","id":"sinch-porting-documents","depth":2},{"value":"sinch porting documents upload","id":"sinch-porting-documents-upload","depth":3},{"value":"sinch porting documents get","id":"sinch-porting-documents-get","depth":3},{"value":"sinch porting activation","id":"sinch-porting-activation","depth":2},{"value":"sinch porting activation list","id":"sinch-porting-activation-list","depth":3},{"value":"sinch porting activation activate","id":"sinch-porting-activation-activate","depth":3},{"value":"Authentication","id":"authentication","depth":2}],"frontmatter":{"seo":{"title":""}},"lastModified":"2026-07-13T22:39:37.000Z","pagePropGetterError":{"message":"","name":""}},"slug":"/docs/functions/cli/commands/porting","userData":{"isAuthenticated":false,"teams":["anonymous"]},"isPublic":true}