跳到主要内容

Get Verification By Provider

POST 

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

Get Verification By Provider

Request

Body

required
    provider_id string
    provider_token string
    target string

    Possible values: [PHONE_NUMBER, EMAIL]

    Default value: PHONE_NUMBER

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/provider' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-d '{
"provider_id": "string",
"provider_token": "string",
"target": "PHONE_NUMBER"
}'
Request Collapse all
Base URL
https://unknown.ap-shanghai.tcb-api.tencentcloudapi.com
Auth
Body required
{
"provider_id": "string",
"provider_token": "string",
"target": "PHONE_NUMBER"
}
ResponseClear

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