Supported Formats

JSON

Errors

Code Description
401 Unauthorized
403 Forbidden
404 Not Found
500 Server crashed for some reason

Examples

{
    "owner_email": "abc@xyz.org",
    "account_managements": [
        {
            "id": 116,
            "account_id": 13,
            "account_title": "team1",
            "domain_id": 2595,
            "domain_address": "api-v3.com",
            "timestamp": null
        },
        {
            "id": 117,
            "account_id": 13,
            "account_title": "team1",
            "domain_id": 2597,
            "domain_address": "api.com",
            "timestamp": null
        }
    ]
}