...
Request node:
状态 | ||||
---|---|---|---|---|
|
https://api.yescaptcha.com
状态 | ||||
---|---|---|---|---|
|
https://cn.yescaptcha.com
...
Request format:POST
application/json
Request parameters
Parameters
Description
string
The clientkey, which can be found in the personal center
Parameter | Type | Required |
---|
Purpose |
---|
clientKey |
String |
true
Yes | Unique key of your account |
Request example:
代码块 | ||
---|---|---|
| ||
{ "clientKey":"cc9c18d3e263515c2c072b36a7125eecc078618f" } |
Response datastructure
Parameters | Type | Description |
---|---|---|
errorId | Integer | Error message: 0 - No error, 1 - Error exists |
softID | Integer | software developer ID |
balance | DecimalAccumulated | rebate amount in RMBAccount balance |
Response example
代码块 | ||
---|---|---|
| ||
{ "errorId": 0, "softID": 3, "balance": 0.004 } |
...