GET
/
namespace
/
{namespace}
/
bigPeer
/
{big_peer_name}
/
app
/
{app_name}
/
apiKey
/
{api_key_name}
curl --request GET \
  --url http://localhost:{port}/namespace/{namespace}/bigPeer/{big_peer_name}/app/{app_name}/apiKey/{api_key_name}
{
  "description": "API key used for staging environment.",
  "expiresAt": "2100-04-13T12:00:00Z",
  "name": "<string>",
  "permissions": {
    "qlVersion": 0,
    "read": "<any>",
    "remoteQuery": false,
    "write": "<any>"
  }
}

Response

200
application/json

api key successfully created

The response is of type object.