Menu
Get Network Accounts
This endpoint let’s you retrieve all your network accounts.
GET:
https://api.wecantrack.com/api/v2/network_accounts
Request
Query Parameters
Parameter
Data Type
Required
Description
ids
Array
Optional
Array data types can be chained like so &ids[]=1&ids=[]=2
Response
Header
Content-Type: application/json
200 Body - OK
Response Example
[
{
"id": 198,
"created_at": null,
"updated_at": "2019-12-13T10:40:02.000000Z",
"deleted_at": null,
"disabled_at": null,
"network_id": "belsimpel",
"user_id": 1,
"name": "test",
"tags": null,
"is_enabled": 1,
"frontend_network_id": null
},
{},
{},
...
]
Menu