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"}