+49 69 83008980 service@xqueue.com
Benötigen Sie Hilfe?

Im Maileon Help-Center finden Sie umfassende Dokumentationen zu unserem System.

Beliebte Suchanfragen: Importe | Rest-API | Integrationen | SMS

Set Account Status

Sie sind hier:

 

Set Account Details

POST https://api.maileon.com/partner/newsletter-accounts/{newsletterAccountId}/status

Description: This resource sets the status o an account to active, deleted or blocked and can be used to de-/activate accounts.

Path Parameter:
– newsletterAccountId: int // the id of the newsletter account

Parameters:
– key: apikey
– status: The new status, can be one of
o “active”
o “deleted”
o “blocked”
If setting to “blocked”, users cannot log in anymore, all API requests will be ignored and account jobs will not be executed any longer. If setting to “deleted”, additionally to blocked restrictions, all marketing automations will be stopped, as well.

Returns:
– name: string // name of the newsletter account
– new_status: string // The newly set status
– id: int // ID of the newsletter account

Example:

{
"name": "Example Account",
"new_status": "blocked",
"id": 7997
}

Inhaltsverzeichnis