Skip to main content
Altcraft Docs LogoAltcraft Docs Logo
User guideDeveloper guideAdmin guide
Company siteHelp center
English
  • Русский
  • English
v73
  • 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
    • Accounts v73
    • Account users
    • Nodes
      • Synchronize node MTA configuration
      • Get nodes list
      • Get node MTA status
      • Activate node MTA
      • Deactivate node MTA
    • Sendersv73
    • Virtual senders
This is documentation for Altcraft Platform v73. This documentation is no longer maintained.
The information for up-to-date platform version at this page is available (v74).
  • Administrator API
  • Nodes
  • Get node MTA status
Documentation for version v73

Get node MTA status

Description​

Retrieves node message transfer agent status.

Request URL​

Method: POST

https://example.com/api/v1.1/admin/nodes/mta/status/

Request parameters​

ParameterTypeExampleReqiredDescription
tokenstring"abcdefghijklmnqrstuvwxyz"YesAPI token
idint10YesNode ID
formatstring"json"NoResponse data format
By default – json

Request example​

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

Response example​

  • JSON
  • XML
{
"data": {
"synced": false,
"running": true
},
"error": 0,
"error_text": "Successful operation"
}
<xml>
<data>
<running>true</running>
<synced>false</synced>
</data>
<error>0</error>
<error_text>Successful operation</error_text>
</xml>

Response parameters​

ParameterTypeDescription
errorintError code
error_textstringError text
syncedboolMTA synchronization status
runningboolMTA status
Last updated on Mar 16, 2024
Previous
Get nodes list
Next
Activate node MTA
  • Description
  • Request URL
  • Request parameters
  • Request example
  • Response example
  • Response parameters
© 2015 - 2025 Altcraft, LLC. All rights reserved.