cURL
curl --request GET \ --url https://api.spacebring.com/networks/v1 \ --header 'Authorization: Basic <encoded-value>'
{ "networks": [ { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "title": "<string>" } ] }
Retrieve all networks you are in.
See our authentication documentation for how to authorize your requests
OK
The response is of type object.
object