POST
/v1/private/pairing/sessionsCreate a pairing sessionRegister a short-lived pairing session that a local daemon will later activate via HMAC
Request body
application/json
objectCreateSessionRequest
activation_keystringrequiredproject_idstring · uuidrequiredttl_secondsinteger · int32typestringrequired{
"activation_key": "string",
"project_id": "00000000-0000-0000-0000-000000000000",
"ttl_seconds": 0,
"type": "connect"
}Responses
objectCreateSessionResponse
runner_idstring · uuidsession_idstring · uuid{
"runner_id": "00000000-0000-0000-0000-000000000000",
"session_id": "00000000-0000-0000-0000-000000000000"
}objectErrorMessage
codeinteger · int32detailsstringmessagestring{
"code": 0,
"details": "string",
"message": "string"
}objectErrorMessage
codeinteger · int32detailsstringmessagestring{
"code": 0,
"details": "string",
"message": "string"
}objectErrorMessage
codeinteger · int32detailsstringmessagestring{
"code": 0,
"details": "string",
"message": "string"
}objectErrorMessage
codeinteger · int32detailsstringmessagestring{
"code": 0,
"details": "string",
"message": "string"
}