Autional Autional
API Reference GitHub autional.com →

POST /verification/consent

User authorizes collection and processing of real-name authentication data, must provide consent item list (e.g., data collection, facial information processing, etc.).

Verification Service `bearerAuth` application/json

Request Parameters

NameInTypeRequiredDefaultExampleConstraintsDescription
verification_id query string Yes Authentication ID

Request Body

Schema: gitee_com_linmes_authms_micro-services_verification-service_internal_handler_dto.GrantConsentRequest

FieldTypeRequiredExampleConstraintsDescription
consent_items array of

string

Yes

Responses

StatusDescriptionSchema
200Authorization successfuldto.SimpleResponse
400Invalid request parametersdto.SimpleResponse
401Unauthenticated or invalid tokendto.SimpleResponse
500Internal server errordto.SimpleResponse

Referenced Schemas

dto.SimpleResponse

FieldTypeRequiredExampleConstraintsDescription
code integer No
message string No
timestamp string No