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
      • Create or update AKMTA sender
      • Get AKMTA sender information
      • Assign account to sender
      • Get senders list
      • Delete sender
      • Restore sender
      • Sender queue
    • Virtual senders
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
  • Sendersv72
  • Restore sender
Documentation for version v72

Restore sender

Description​

Restores a sender marked as "DELETED" by Delete sender API request.

caution

Senders removed manually via administrative panel cannot be restored!

Request URL​

Method: POST

https://example.com/api/v1.1/admin/senders/undelete/

Request parameters​

ParameterTypeExampleRequiredDescription
tokenstring"abcdefghijklmnqrstuvwxyz"YesAPI token
formatstring"json"NoResponse data format
By default – json
idint12YesSender ID
By default – 1

Request example​

  • JSON
  • XML
{
"token": "abcdefghijklmnqrstuvwxyz",
"id": 683
}
<xml>
<token>abcdefghijklmnqrstuvwxyz</token>
<id>683</id>
</xml>

Response example​

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

Response parameters​

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