List API Keys
curl --request GET \
--url http://localhost:{port}/namespace/{namespace}/bigPeer/{big_peer_name}/app/{app_name}/apiKey{
"meta": {
"page": 1,
"size": 1,
"totalPages": 1
},
"data": [
{
"name": "my-key",
"expiresAt": "2100-04-13T12:00:00Z",
"permissions": {
"remoteQuery": true,
"read": {
"everything": true,
"queriesByCollection": {}
},
"write": {
"everything": true,
"queriesByCollection": {}
}
},
"description": null
}
]
}API Keys
List API Keys
Lists all API keys associated with a Big Peer app.
GET
/
namespace
/
{namespace}
/
bigPeer
/
{big_peer_name}
/
app
/
{app_name}
/
apiKey
List API Keys
curl --request GET \
--url http://localhost:{port}/namespace/{namespace}/bigPeer/{big_peer_name}/app/{app_name}/apiKey{
"meta": {
"page": 1,
"size": 1,
"totalPages": 1
},
"data": [
{
"name": "my-key",
"expiresAt": "2100-04-13T12:00:00Z",
"permissions": {
"remoteQuery": true,
"read": {
"everything": true,
"queriesByCollection": {}
},
"write": {
"everything": true,
"queriesByCollection": {}
}
},
"description": null
}
]
}Documentation Index
Fetch the complete documentation index at: https://docs.ditto.live/llms.txt
Use this file to discover all available pages before exploring further.
Was this page helpful?
โI