Supported Formats

JSON

Errors

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

Examples

{
    "connected_accounts": [
        {
            "id": 3,
            "email": "abc@gmail.com",
            "created_at": "2025-05-16T09:26:58.159Z"
        },
        {
            "id": 4,
            "email": "xyz@example.com",
            "created_at": "2025-05-20T10:47:52.964Z"
        }
    ]
}