Create a network key for a team, this is a legacy API and will create a key for the oldest network belonging to the team
POST
/
teams
/{team_id}
/network-keys
Request Body
application/json
Requiredcreate network key for team body
ephemeral
boolean
should this node be removed once inactive?
expiration
string
when should this key expire? (RFC3339 format)
Format:
"date-time"
name
string
Name of the key
reusable
boolean
can this key be used to authenticate more than one node?
Path Parameters
team_id
Requiredstring
Header Parameters
Authorization
Requiredstring
OK