Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
Content-Type application/json
Authorization "yourAuthToken"

Body

Code Block
{
  '"account_id'": 123,
  '"active'": "True"
}


Response

Status code 200

Code Block
[
	{
  		'account_id': 123,
  		'active': True,
  		'id': 30424,
        ...
	},
	{
		'account_id': 123,
  		'active': True,
  		'id': 30425,
		...
	}
]

...