Enrollment
Returns a list of JWTs suitable for bootstrapping network trust.
Returns a list of JWTs for trusting a network
get/network-jwts
Response
A list of network JWTs
Example response
{
"data": [
{
"name": "name",
"token": "token"
},
{
"name": "name",
"token": "token"
}
],
"meta": {
"apiEnrollmentVersion": "apiEnrollmentVersion",
"apiVersion": "apiVersion",
"pagination": {
"offset": 6.027456183070403,
"limit": 0.8008281904610115,
"totalCount": 1.4658129805029452
},
"filterableFields": [
"filterableFields",
"filterableFields"
]
}
}