Reference / Security

Whether a CAPTCHA provider secret is configured for the application (Phase 7).

GET /v1/security/captcha
Secret API key operationId: get_captcha

Authorization

Server-to-server. Send a secret key as a Bearer token plus the x-application-id header.

Responses

200 Captcha secret status
{
  "data": {
    "configured": false
  },
  "error": {
    "code": "string",
    "message": "string"
  },
  "meta": {
    "timestamp": "string"
  },
  "success": false
}

Request

curl -X GET "http://localhost:8080/v1/security/captcha" \

Try it

live request
GET http://localhost:8080/v1/security/captcha