Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url http://localhost:8000/auth/onboarding/certificate/upload \ --header 'Content-Type: multipart/form-data' \ --form 'onboarding_ticket=<string>' \ --form 'password=<string>' \ --form 'file=<string>' \ --form next_step=certificate
{ "current_step": "<string>", "data": {} }
Upload and validate the onboarding certificate draft binary.
Successful Response