+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

Get Customer Accounts

Sie sind hier:

 

GET Customer Accounts

GET https://api.maileon.com/partner/customer-accounts

Parameters:
– key: apikey
– createdSince*: iso8601datetime
– createdUntil*: iso8601datetime
– distributorAccountId: long; optional filter for limiting results to a certain distributor account
– includeSubpartners: boolean, default: false; if true, also customer accounts of sub partners will be reported

Returns:
– customerAccounts[]:
o id: int
o name: string
o type: enum {‚demo‘, ‚test‘, ‚production‘}
o status: enum {‚processing‘, ‚active‘, ’suspended‘}
o distributorAccountId: int
o distributorAccountName: string
o createdTime: iso8601datetime
o createdUser: string

Example:

{"customerAccounts": [
{
"id": 10,
"name": "dummy",
"type": "demo",
"status": "active",
"distributorAccountId": 123,
"distributorAccountName": "XQueue GmbH",
"createdTime": "2011-03-28T10:37:43+02:00",
"createdUser": "dummy"
},
{
"id": 14,
"name": "dummy",
"type": "demo",
"status": "active",
"distributorAccountId": 122,
"distributorAccountName": "XQueue GmbH",
"createdTime": "2012-04-23T13:00:52+02:00",
"createdUser": "dummy"
}
]
}

Inhaltsverzeichnis