Get captcha provider

GET /api/captcha-provider

Get the captcha provider, you can only have one captcha provider.

Responses

GET /api/captcha-provider
curl \
 --request GET 'https://[tenant_id].logto.app/api/captcha-provider' \
 --header "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
{
  "tenantId": "string",
  "id": "string",
  "config": {
    "type": "string",
    "siteKey": "string",
    "secretKey": "string"
  },
  "createdAt": 42.0,
  "updatedAt": 42.0
}