Whether a CAPTCHA provider secret is configured for the application (Phase 7).
GET
Secret API key operationId: get_captcha/v1/security/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 requestGET
http://localhost:8080/v1/security/captcha