Skip to main content
Altcraft Docs LogoAltcraft Docs Logo
User guideDeveloper guideAdmin guide
Company siteHelp center
English
  • Русский
  • English
v72
  • v74
  • v73
  • v72
Login
  • Getting Started
  • Administrator documentation
  • Functional characteristics
  • Technology description
  • System requirements
  • Admin Panel
  • Platform installation
  • Platform configuration
  • Platform maintenance
  • Custom channels guide
  • Extra
  • Processing HTTP/HTTPS traffic
  • Administrator API
    • Accountsv72
    • Account users
    • Nodes
    • Sendersv72
    • Virtual senders
      • Get virtual senders list
      • Get virtual sender information
      • Create virtual sender
      • Update virtual sender
      • Clone virtual sender
      • Delete virtual sender
This is documentation for Altcraft Platform v72. This documentation is no longer maintained.
The information for up-to-date platform version at this page is available (v74).
  • Administrator API
  • Virtual senders
  • Clone virtual sender
Documentation for version v72

Clone virtual sender

Description​

Creates a copy of an existing virtual sender.

Request URL​

Method: POST

https://example.com/api/v1.1/vsenders/clone

Request parameters​

ParameterTypeExampleRequiredDescription
tokenstring"abcdefghijklmnqrstuvwxyz"YesAPI token
account_idint306YesAccount ID
formatstring"json"NoResponse data format
By default – json
idint12345YesVirtual sender ID
namestring"Clone of ..."NoNew virtual sender name
By default – "Clone of ..."

Request example​

  • JSON
  • XML
{
"token": "abcdefghijklmnqrstuvwxyz",
"id": 14,
"name": "Clone of virtual sender #14"
}
<xml>
<token>abcdefghijklmnqrstuvwxyz</token>
<id>15</id>
<name>Clone of virtual sender #15</name>
</xml>

Response example​

  • JSON
  • XML
{
"data": {
"saved_id": 16
},
"error": 0,
"error_text": "Successful operation"
}
<xml>
<data>
<saved_id>16</saved_id>
</data>
<error>0</error>
<error_text>Successful operation</error_text>
</xml>

Response parameters​

ParameterTypeDescription
errorintError code
error_textstringError text
saved_idintNew virtual sender ID
Last updated on Mar 16, 2024
Previous
Update virtual sender
Next
Delete virtual sender
  • Description
  • Request URL
  • Request parameters
  • Request example
  • Response example
  • Response parameters
© 2015 - 2025 Altcraft, LLC. All rights reserved.