Changes in the API Specification

Back to the summary

Info

  • Version: 1.7.11.8.0

Modified endpoints


DELETE /account_groups/{account_group_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:
    (added):
        - "409"

See updated API reference


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:
                                                            (added):
                                                                - kyc_update

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:
                                    (added):
                                        - kyc_update

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:
                                            (added):
                                                - kyc_update

See updated API reference