Download OpenAPI specification:Download
Takes a set of user credentials and returns an access and refresh JSON web token pair to prove the authentication of those credentials.
phone required | string |
password required | string |
{- "phone": "string",
- "password": "string"
}
{- "phone": "string"
}
phone required | string <= 64 characters |
first_name required | string |
last_name required | string |
email required | string <email> <= 254 characters |
password required | string <= 128 characters |
{- "phone": "string",
- "first_name": "string",
- "last_name": "string",
- "email": "user@example.com",
- "password": "string"
}
{- "phone": "string",
- "first_name": "string",
- "last_name": "string",
- "email": "user@example.com"
}
refresh required | string |
{- "refresh": "string"
}
{- "refresh": "string"
}