Enroll
post/enroll/token
Headers
ziti-token-issuer-idstring
The id of the token issuer to use for enrollment, optional as long the the token is not opaque
Authorizationstring required
An identifying token to enroll with
Request body
Response
A response containing and identities client certificate chains
Example response
{
"data": {
"serverCert": "serverCert",
"cert": "cert",
"ca": "ca"
},
"meta": {
"apiEnrollmentVersion": "apiEnrollmentVersion",
"apiVersion": "apiVersion",
"pagination": {
"offset": 6.027456183070403,
"limit": 0.8008281904610115,
"totalCount": 1.4658129805029452
},
"filterableFields": [
"filterableFields",
"filterableFields"
]
}
}