Menu
Get Networks
This endpoint let’s you retrieve all your networks.
GET:
https://api.wecantrack.com/api/v2/network_accounts
Response
Header
Content-Type: application/json
200 Body - OK
Response Example
[
{
"id": "accesstrade",
"name": "Accestrade"
},
{
"id": "awin",
"name": "Awin"
},
{},
...
]
Menu