GET
/
orgs
/
keys
curl --request GET \
  --url https://use.hoop.dev/api/orgs/keys
{
  "id": "C02402E0-0175-445F-B46D-513D1F708991",
  "key": "grpcs://default:<secret-key>@127.0.0.1:8010"
}

Response

200
application/json
OK
id
string

The agent unique identifier

Example:

"C02402E0-0175-445F-B46D-513D1F708991"

key
string

The key in DSN format

Example:

"grpcs://default:<secret-key>@127.0.0.1:8010"