Skip to main content

Overview

Sends an SMS verification code before binding a phone number.

Request

Authentication: Add authentication headers to the request. See Authentication

Method: POST

Rate limit: 100 requests/second

Endpoint: https://API domain/jim/users/bindphone/send

Content-Type: application/json

Request parameters

ParameterData typeRequiredDescription
phonestringYesPhone number

Request example

POST /jim/users/bindphone/send HTTP/1.1
appkey: appkey
Authorization: xxxxxxxxxxxxxxxxxx
Content-Type: application/json

{
"phone":"13812345678"
}

Response example

{
"code":0,
"msg":"sucess"
}

Response codes

Response codesDescription