Organization Management
Create Org Key
Authentication
Connections
AWS
Guard Rails
Server Management
Jira
Organization Management
Reports
User Management
Sessions
Organization Management
Create Org Key
Create the organization key to run with hoop run
command line.
POST
/
orgs
/
keys
curl --request POST \
--url https://use.hoop.dev/api/orgs/keys
{
"id": "C02402E0-0175-445F-B46D-513D1F708991",
"key": "grpcs://default:<secret-key>@127.0.0.1:8010"
}
curl --request POST \
--url https://use.hoop.dev/api/orgs/keys
{
"id": "C02402E0-0175-445F-B46D-513D1F708991",
"key": "grpcs://default:<secret-key>@127.0.0.1:8010"
}