Skip to main content
GET
/
namespace
/
{namespace}
/
bigPeer
/
{big_peer_name}
/
app
List BigPeer Apps
curl --request GET \
  --url http://localhost:{port}/namespace/{namespace}/bigPeer/{big_peer_name}/app
{
  "data": [
    {
      "name": "<string>",
      "appId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "authProviders": {}
    }
  ],
  "meta": {
    "page": 1,
    "size": 1,
    "totalPages": 1
  }
}

Response

200 - application/json

list of apps associated with a big peer instance

data
object[]
required
meta
object
required