AurionAI Docs

Set Password

Set password after invite acceptance. Requires valid JWT.

POST
/api/v1/auth/set-password

Set password after invite acceptance. Requires valid JWT.

Authorization

AuthorizationBearer <token>

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

curl -X POST "https://loading/api/v1/auth/set-password" \  -H "Content-Type: application/json" \  -d '{    "confirm_password": "stringstri",    "password": "stringstri"  }'
{}
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string"
    }
  ]
}