{
"count": 123,
"next": "http://api.example.org/accounts/?page=4",
"previous": "http://api.example.org/accounts/?page=2",
"results": [
{
"id": 0,
"url": "http://example.com",
"is_active": true,
"include_markdown": true,
"include_isins": false,
"subscribed_filing_types": [
"string"
],
"secret_key": "string",
"created_at": "2019-08-24T14:15:22Z",
"updated_at": "2019-08-24T14:15:22Z"
}
]
}