Create a network key for a specific network
POST
/
teams
/{team_id}
/networks
/{network_id}
/network-key
Request Body
application/json
Requiredcreate network key for team body
aclTags
array<string>
acl tags
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
network_id
Requiredstring
Header Parameters
Authorization
Requiredstring
OK