Generate a peer quick link
POST
/quick-links
Resolves the configured external access profile, issues a fresh revocable API key, and returns a ready-to-share quick link. The link contains credentials and is returned only once.
Authorizations
X-Management-Key
The JACK_MANAGEMENT_KEY the management listener was started with.
Type
API Key (header: X-Management-Key)
Request Body
application/json
JSON "peerName": "string", "keyName": "string", "keyDescription": "string", "expiresAt": "string"
{
}
Responses
Quick link generated
application/json
POST
/quick-links