Verify your phone number
POST
/v1/auth/signup/verify-phoneUse the received SMS code to verify your phone number.
Request
Header Params
Accept
string
required
Example:
application/json
Content-Type
string
required
Example:
application/json
Body Params application/json
code
string
required
The SMS code received
Example
{
"code": "string"
}
Request samples
Responses
No Content(204)
HTTP Code: 204
Content Type : JSONapplication/json
Data Schema
object {0}
Example
{}
Last modified: 7 months ago