# Transferring Numbers ## Transferring Phone Numbers to a Different Project in Your SignalWire Space Transferring phone numbers between SignalWire projects is quick and easy to do from your SignalWire Space by following these steps: 1. Sign in to your SignalWire Space 2. Click Phone Numbers on the left navigation 3. Click the number to be transferred under the Purchased Tab 4. Click Transfer Number 5. Re-Enter the number to confirm in the top field 6. Select the project it should be transferred to 7. Click Transfer number Once the number has been transferred to another project, the phone number will appear in the list of phone numbers of the transferred-to project. The existing logs on the transferred-from project will still be available, but any new calls or messages will no longer work. ### Transferring Numbers Between Projects with an API Call If you prefer to use an API call to transfer a phone number between two projects in the same Space, you can use the following cURL command: bash curl -L https://YOUR_SPACE_URL/api/laml/2010-04-01/Accounts/ORIGIN_PROJECT_ID/IncomingPhoneNumbers/PHONE_NUMBER_ID \ -X POST \ --data-urlencode AccountSid=DESTINATION_PROJECT_ID \ -u ORIGIN_PROJECT_ID:ORIGIN_PROJECT_API_KEY Just make sure to replace all placeholder values with the correct id information available either in your SignalWire Space or via API calls to [list projects](/rest/compatibility-api/endpoints/list-accounts) and [list phone numbers](/rest/compatibility-api/endpoints/list-incoming-phone-numbers). ## Transferring Numbers to a Subproject in Your SignalWire Space It is not possible to transfer a number from a project to a subproject using the transfer tool within the SignalWire Space as listed above. To transfer a number to a subproject, you can run the following cURL command! bash curl https://SPACE-DOMAIN.signalwire.com/api/laml/2010-04-01/Accounts/PARENT_PROJECT_ID/IncomingPhoneNumbers/PHONE_NUMBER_ID.json \ -X POST \ --data-urlencode AccountSid=SUBPROJECT_ID \ -u PARENT_PROJECT_ID:PARENT_PROJECT_API_KEY ## Transferring Numbers to Another SignalWire Space The SignalWire Support Team can assist with transferring a phone number from one Space to another. To help the support team complete this request, please provide the following information through a support ticket. - Phone Number to Transfer: - Current SignalWire Space URL: - Current Project ID: - New Space Administrators Name/Email: - New SignalWire Space URL: - New Project ID: :::info Confirmation from BOTH owners Both the losing **and** the gaining account need to confirm that a number is approved to be transferred to a new Space for it to be accepted by the Support team. If you own both spaces, please reach out from both accounts to Support to confirm the transfer. If you are transferring to/from a Space not owned by you, you **must** have the other Space owner confirm the transfer as well. ::: Creating a support ticket can be done through the SignalWire Dashboard by using the Help and Support link in the top right-hand corner and clicking on **Support Portal**.