Register Master
⚠️
This part of the documentation is still a work in progress.
Used to register a new master.
POST /auth/register/masterBody application/json
| Parameter | Type | Description | Required? | Default |
|---|---|---|---|---|
| phoneNumber | string | Yes | ||
| string | No | |||
| username | string | No | Generated slug | |
| firstName | string | Yes | ||
| lastName | string | No | ||
| finishedOnBoarding | boolean | No | ||
| gender | enum | Yes |
Request Sample
Responses
Master successfully registered. Auth cookie is set.