Changes in the API Specification

Back to the summary

Info

  • Version: 1.11.01.12.0

Modified endpoints


GET /users/{user_id}/checks

Details

Fields in parentheses, such as (modified): or (added):, mark what has changed and are not part of the API Specification or the OpenAPI standard:

responses:
    (modified):
        "200":
            content:
                (mediaTypeModified):
                    application/json:
                        schema:
                            properties:
                                (modified):
                                    data:
                                        items:
                                            oneOf:
                                                (modified):
                                                    '#1':
                                                        properties:
                                                            (modified):
                                                                method:
                                                                    enum:
                                                                        (added):
                                                                            - LIVENESS_PHOTO_ID

See updated API reference


POST /users/{user_id}/checks

Details

Fields in parentheses, such as (modified): or (added):, mark what has changed and are not part of the API Specification or the OpenAPI standard:

requestBody:
    content:
        (mediaTypeModified):
            application/json:
                schema:
                    oneOf:
                        (modified):
                            '#1':
                                properties:
                                    (modified):
                                        method:
                                            enum:
                                                (added):
                                                    - LIVENESS_PHOTO_ID

See updated API reference


GET /users/{user_id}/checks/{check_id}

Details

Fields in parentheses, such as (modified): or (added):, mark what has changed and are not part of the API Specification or the OpenAPI standard:

responses:
    (modified):
        "200":
            content:
                (mediaTypeModified):
                    application/json:
                        schema:
                            oneOf:
                                (modified):
                                    '#1':
                                        properties:
                                            (modified):
                                                method:
                                                    enum:
                                                        (added):
                                                            - LIVENESS_PHOTO_ID

See updated API reference