v1
latestOpenAPI 3.1.02026-07-24416405768.8 KBa) Authentication
Authenticate and obtain a JWT
Authenticates an identity and password (plus optional PKI challenge response) and returns a JWT. Store the expiry and renew before it lapses — requests with expired tokens return HTTP 401.
post/eclipse-conductor/rest/v1/authentication/login
Request body
Response
OK
Example response
{
"expires": "2022-03-10T12:15:50-04:00"
}