# Get verification status of the user Offline access is allowed for this endpoint when the user has granted the scope to the client that is performing the request. Endpoint: GET /me/verification_status Version: 0.1.0 Security: OAuth2 ## Response 200 fields (application/json): - `verification_session_id` (string, required) Example: "vs_1PH0bmDnTEntFpTD2xDXZy9t" - `verification_session_last_error` (object) Optional error information if there was an error in the verification session. - `verification_session_last_error.code` (string, required) Enum: "abandoned", "consent_declined", "country_not_supported", "device_not_supported", "document_expired", "document_type_not_supported", "document_unverified_other", "email_unverified_other", "email_verification_declined", "id_number_insufficient_document_data", "id_number_mismatch", "id_number_unverified_other", "phone_unverified_other", "phone_verification_declined", "selfie_document_missing_photo", "selfie_face_mismatch", "selfie_manipulated", "selfie_unverified_other", "under_supported_age" - `verification_session_last_error.reason` (string, required) Explanation or description related to the error code. - `verification_session_status` (string, required) Example: "created"