/
Obtain Service Status

Obtain Service Status

You can get the status of a specific service through this api

Request api: https://api.ez-captcha.com/obtainServiceStatus

Request format: POST application/json

Request Parameters

Parameters

Type

Required

Description

Parameters

Type

Required

Description

clientKey

string

true

Account client key, which can be found in the personal center

websiteKey

string

option

If the service you want to check has a site key, you need to set the value

type

string

true

TaskType, like “RecaptchaV2TaskProxyless”

Request Example

{ "clientKey": "your client key", "websiteKey": "6LcR_okUAAAAAPYrPe-HK_0RULO1aZM15ENyM-Mf", "type": "RecaptchaV3TaskProxyless" }

Response Data

Parameters

Type

Description

Parameters

Type

Description

status

string

NORMAL/UPDATING, if the status is “updating”, please wait patiently for us to complete the maintenance

Response Example

{"status":"NORMAL"}

 

Related content

获取服务状态
获取服务状态
More like this
ReCaptcha V2
More like this
getBalance: Balance
getBalance: Balance
More like this
Price
Read with this
createTask:Create Task
createTask:Create Task
More like this
ReCaptcha V3
More like this