GET /admin/verifications/providers
Paginated query of provider configuration list, supports filtering by channel type and enabled status, sorted by priority.
Verification Service `bearerAuth` application/json
Request Parameters
| Name | In | Type | Required | Default | Example | Constraints | Description |
channel |
query |
string |
No |
|
|
|
Filter by channel type: ocr/verify/liveness |
is_active |
query |
boolean |
No |
|
|
|
Query only enabled configurations |
page |
query |
integer |
No |
|
|
|
Page number, default 1 |
page_size |
query |
integer |
No |
|
|
|
Items per page, default 20 |
Referenced Schemas
dto.ListResponse-gitee_com_linmes_authms_micro-services_verification-service_internal_handler_dto_ProviderConfigResponse
dto.PageInfo
| Field | Type | Required | Example | Constraints | Description |
has_next |
boolean |
No |
|
|
HasNext indicates whether there is a next page |
has_prev |
boolean |
No |
|
|
HasPrev indicates whether there is a previous page |
page |
integer |
No |
|
|
Page is the current page number (1-based) |
page_size |
integer |
No |
|
|
PageSize is the number of items per page |
total |
integer |
No |
|
|
Total is the total number of items across all pages |
total_pages |
integer |
No |
|
|
TotalPages is the total number of pages |
dto.SimpleResponse
| Field | Type | Required | Example | Constraints | Description |
code |
integer |
No |
|
|
|
message |
string |
No |
|
|
|
timestamp |
string |
No |
|
|
|
gitee_com_linmes_authms_micro-services_verification-service_internal_handler_dto.ProviderConfigResponse
| Field | Type | Required | Example | Constraints | Description |
app_id |
string |
No |
|
|
|
channel |
string |
No |
|
|
|
created_at |
string |
No |
|
|
|
id |
string |
No |
|
|
|
is_active |
boolean |
No |
|
|
|
priority |
integer |
No |
|
|
|
provider |
string |
No |
|
|
|
tenant_id |
string |
No |
|
|
|
updated_at |
string |
No |
|
|
|