Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Register init

Calling the init endpoint starts a new registration and returns data to be fed to the authenticator.

Request

MethodPathContent-typeBody
POST/register/initapplication/jsonA RegisterInitRequest data object

Responses

CodeContent-typeBody
200application/jsonA SignedResponse enclosing a BlisacheResponse<RegisterInitResponse>
400application/jsonA SignedResponse enclosing a BlisacheErrorResponse signaling an error in the input data
422application/jsonA SignedResponse enclosing a BlisacheErrorResponse signaling a functional error
500application/jsonA SignedResponse enclosing a BlisacheErrorResponse signaling an internal server error