Create a peer API key
POST
/api-keys
Issues a named, revocable, optionally expiring key. The plaintext key is only returned by this call.
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 "name": "string", "description": "string", "expiresAt": "string"
{
}
Responses
Success
application/json
POST
/api-keys