跳到主要内容

Verify Verification Code (SMS/EMAIL)

POST 

https://unknown.ap-shanghai.tcb-api.tencentcloudapi.com/auth/v1/verification/verify

Verify Verification Code (SMS/EMAIL)

Request

Body

required
    verification_id string
    verification_code string

Responses

A successful response.

Schema
    verification_token string
    expires_in int32

Authorization: http

name: Basictype: httpscheme: basic
curl -L 'https://unknown.ap-shanghai.tcb-api.tencentcloudapi.com/auth/v1/verification/verify' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-d '{
"verification_id": "string",
"verification_code": "string"
}'
Request Collapse all
Base URL
https://unknown.ap-shanghai.tcb-api.tencentcloudapi.com
Auth
Body required
{
"verification_id": "string",
"verification_code": "string"
}
ResponseClear

Click the Send API Request button above and see the response here!