Supported Formats

JSON

Errors

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

Examples

{
    "owned_accounts": [
        {
            "id": 1462,
            "title": "Default",
            "slug": "default-16243a33-8c11-4989-85e1-0b4a09943a05",
            "created_at": "2023-02-22T08:59:26.246Z",
            "updated_at": "2023-02-22T08:59:26.246Z",
            "user_id": 1
        },
        {
            "id": 1473,
            "title": "QA testing update",
            "slug": "qa-testing",
            "created_at": "2023-02-23T13:10:03.072Z",
            "updated_at": "2023-04-07T06:44:16.693Z",
            "user_id": 1
        }

    ],
    "accounts": [
    	{
            "id": 1487,
            "title": "testingNew",
            "slug": "testingnew",
            "created_at": "2023-03-01T11:09:29.357Z",
            "updated_at": "2023-03-01T11:09:29.357Z",
            "user_id": 1
        },
        {
            "id": 1488,
            "title": "testing",
            "slug": "testing-ff8ed30a-1b65-4a89-bd22-19d358a1a9bc",
            "created_at": "2023-03-01T11:09:29.455Z",
            "updated_at": "2023-03-01T11:09:29.455Z",
            "user_id": 1
        }
    ]
}