Skip to main content
POST
Register a new user

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme. Use /auth/token to obtain access token. Enter 'Bearer' [space] and then your token in the text input below. Example: 'Bearer eyJhbGci...'

Body

redirectUrl
string
mobileNumber
string | null
email
string | null
shortDescription
string | null
amount
integer<int32> | null
period
string | null

Response

OK

registrationId
string<uuid>
registrationUrl
string
Last modified on July 21, 2026