Skip to main content
GET
/
networks
/
v1
Retrieve networks
curl --request GET \
  --url https://api.spacebring.com/networks/v1 \
  --header 'Authorization: Basic <encoded-value>'
{
  "networks": [
    {
      "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "title": "<string>"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://developer.spacebring.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

See our authentication documentation for how to authorize your requests

Response

OK

networks
object[]