Appearance
API Changelog
August 25 2025
- Updated Record properties
- Added new
nameobject
- Added new
June 3 2025
- Updated List all files for a client endpoint
- Added
pageandlimitquery parameters
- Added
April 24 2025
- Updated Record properties
- Added
is_declaration_requiredas a new property - Added
declaration_confirmed_atas a new property
- Added
April 3 2025
- Updated Watchlist
silentpreference description
March 17 2025
- Added webhook aliases
client.deletion_reminder_updated,client.deletion_reminder_deletedandclient.deletion_reminder_due - Updated Webhook guides section with deletion reminder information
February 11 2025
- Updated Client query parameters
- Added
deletion_dateto availablesort_byoptions - Allow
deletion_dateto filter results
- Added
February 6 2025
- Updated Client File properties
- Added
redacted_atas a new property
- Added
February 3 2025
- Added
deletion_dateto theclientobject
January 8 2025
- Updated Case status enum
- Added
waiting_for_response,action_required, andreviewedstatus - Deprecated
pendingstatus
- Added
- Updated
statusquery parameter to accept multiple values on List all cases endpoint
December 12 2024
- Added
watchlist.updatewebhook aliases - Updated Webhook guides section with
watchlist.updateinformation
December 10 2024
- Added Redact an attachment endpoint
December 4 2024
- Updated explanation of how nested expandable properties are not expandable
September 26 2024
- Updated Photo ID record step preferences
- Added
right_to_workproperty forstandardandbiometricreport types - Added
allow_fallbackproperty forbiometricreport types
- Added
September 12 2024
- Added
case.idandcase.showto Webhook payloads forrecordandformaliases - Updated Webhook guides section with
case.idandcase.showproperties
July 24 2024
- [Amiqus SDK] Added endpoint Create an Onfido SDK token
- [Amiqus SDK] Added support for Photo ID step type in Submit a step endpoint
July 19 2024
- Added Use Cases guides section
July 2 2024
- Added
national_insurance_numberto theclientobject
June 21 2024
- Updated
nameobject properties- Added maximum length of
20to thetitleproperty - Added maximum length of
255to thefirst_nameproperty - Added maximum length of
255to themiddle_nameproperty - Added maximum length of
255to thelast_nameproperty
- Added maximum length of
May 30 2024
- Updated descriptions on client assignees, record assignees and client organisations endpoints in relation to May 13 2024 breaking changes
May 29 2024
- Added missing
403responses to several endpoints
May 22 2024
- Added Delete an attachment endpoint
- Updated
source_typequery parameter, addingemployment_referencingon List all files for a client endpoint
May 13 2024
⚠️ Breaking changes
This release includes breaking changes.
The behaviour of creating and updating assignees for clients and records and organisations for clients has changed. Assignees and organisations are added using the POST operation and any existing links remain intact. Assignees and organisations are replaced using the PUT operation.
If an assignee or organisation is already attached to the entity and is included in a PUT operation, the existing link remains intact.
Only when new links are created will POST and PUT operations return 201, otherwise they return 204.
Client and record assignee endpoints now return team_member assignee types. These contain a team member's name and email and also their role within the team.
- Renamed Set assignees for a client to Add assignees to a client endpoint
- Updated Add assignees to a client endpoint responses, removing
200, adding201and204 - Removed Update assignees for a client endpoint
- Added Replace assignees for a client endpoint
- Renamed Set assignees for a record to Add assignees to a record endpoint
- Updated Add assignees to a record endpoint responses, removing
200, adding201and204 - Removed Update assignees for a record endpoint
- Added Replace assignees for a record endpoint
- Removed Update organisations for a client endpoint
- Added Add organisations for a client endpoint
- Updated Replace organisations for a client endpoint responses, removing
200, adding201and204 - Removed
userassignee type for assignees for a client and assignees for a record endpoints - Added
team_memberassignee type for assignees for a client and assignees for a record endpoints - Added Create a file for a client endpoint
- Added Data Formats guides
May 7 2024
- Updated
listobject making propertyurlnot nullable
April 18 2024
- Added Cases resource group
- List all cases
- Create a case
- Retrieve a case
- Update a case
- List all reviews for a case
- Create a case review
- Added Case Items resource group
- List all case items
- Update items for a case
- Added Case Assignees resource group
- List all assignees for a case
- Added Aggregates resource group
- Case Status
April 16 2024
- Added missing
403responses to several endpoints
April 9 2024
- Added
sort_byandorder_byquery parameters to List all files for a client endpoint- Included
name,created_atandexpires_atoptions
- Included
- Updated expanded
sourceobject to return fullclient_formobject on List all files for a client endpoint
April 3 2024
- Updated
checkobjecttypeproperty to match terms used in thestepobject- Changed
documenttophoto_id - Changed
open_bankingtobanking_information
- Changed
March 27 2024
- Added
referencevalue tosource_typequery parameter on List all files for a client endpoint - Added Update a correction for a client endpoint
- Added
expires_atproperty to List all client files - Updated
sourcequery parameter, addingclient_formand deprecatingformon List all files for a client endpoint - Fixed expanded
attachmentsproperty ofrecord_documentobject to return an array of attachments objects
March 19 2024
- Added List all corrections for a client endpoint
- Added
referenceandsearchquery parameters to List all clients endpoint - Added
sort_byandorder_byquery parameters to List all organisations for a client endpoint
March 14 2024
- Fixed link in description of Retrieve team membership endpoint
March 12 2024
- Added
check.employment_referencingstep type
March 4 2024
- Added
sourceandsource_typequery parameters to List all files for a client endpoint - Added
created_byquery parameter on List all records endpoint - Deprecated
creatorquery parameter on List all records endpoint
February 22 2024
- Temporarily removed code samples from API Reference
February 20 2024
- Updated
assigneequery parameter to acceptfalseproperty to filter for unassigned records on List all records endpoint
February 8 2024
⭐ Authentication Guides and Self-Serve API Clients
OAuth clients can now be set up on a self-serve basis in Amiqus. The OAuth 2.0 guides have been updated to outline each set up step. A flow diagram of the OAuth 2.0 flow is included to help visually represent the process. Both the OAuth 2.0 and the Personal Access Token guides now include explanatory screenshots.
The Authentication guides have been updated with more guidance to help you decide which authentication option to chose for your integration.
- Updated Authentication, OAuth 2.0 and Personal Access Token guides
February 7 2024
- Added
created_bytoclient_fileobject - Updated
expandquery parameter, addingcreated_byto List all files for a client endpoint
February 1 2024
- Added
410and423responses to Download a file for a client endpoint
January 25 2024
- Updated
team_memberobject makingroleproperty nullable
January 19 2024
- Removed
has_reminderproperty fromrecordobject, mistakenly added on January 17 2024
January 18 2024
- Fixed issue with
expired_atproperty onrecordobject which incorrectly statedexpired_atcould betrueornull
January 17 2024
- Added
sort_by,order_byquery parameters to List all organisations endpoint - Added ability to extend a record's expiry date in Update a record endpoint
- Added
expired_attorecordobject
January 8 2024
- Added
secrettowebhookobject - Fixed order of
webhookobject properties - Removed deprecated
faceproperty fromcheck.photo_idstep type request body examples
November 30 2023
- Updated webhook guides with caveats of
client.deleted,client.record, andform.deletedpayloads
November 28 2023
- Added
has_reminderstorecordobject
November 16 2023
- Added
sort_by,order_byquery parameters to List all clients endpoint - Added
sort_by,order_byquery parameters to List all records endpoint
November 10 2023
- Added Glossary of Terms
November 9 2023
- Added
visibilityquery parameter to List all organisations endpoint
November 2 2023
- Updated List all organisations for a client endpoint description
October 27 2023
- Added
archived_attoorganisationobject
October 24 2023
- Added
presetsproperty to List all record templates endpoint - Added
status,assigneeandvisibilityquery parameters to List all clients endpoint - Added
client_visibilityquery parameter to List all records endpoint - Updated migration guide with details on inclusion of archived entities for List all records and List all clients endpoints
October 16 2023
- Added
visibilityquery parameter to List all records endpoint
October 5 2023
- Fix
documentobject propertyattachmentto allownullvalue
September 22 2023
- Updated List all records endpoint
statusfilter description detailing deprecatedfailedstatus
September 18 2023
- Added
webhookobject property descriptions - Updated List all webhooks endpoint
- Added
401response - Updated endpoint description
- Added
- Updated Retrieve a webhook endpoint
- Added
401response - Added
404response - Updated path parameter description
- Added
- Updated Update a webhook endpoint
- Added
401response - Added
404response - Added
422response - Updated path parameter description
- Added
- Updated Delete a webhook endpoint
- Added
404response - Updated path parameter description
- Added
- Updated List all deliveries for a webhook endpoint
- Added
404response - Updated path parameter description
- Added
- Fix duplicate
title,other_titleandmiddle_nameproperty types on Create a client endpoint
September 8 2023
⭐ Migration Guides
A new section of the developer guides has been added to help upgrade your integration from API v1 to v2.
The migration guides go into detail about every property, parameter and endpoint added, changed or removed in v2 and includes suggestions for alternatives.
- Added Migration Guides
- Updated Delete an assignee for a client endpoint description
- Updated Delete assignees for a client endpoint description
- Updated List all assignees for a record endpoint
- Added
401response - Added
404response - Updated path parameter description
- Added
- Updated Set assignees for a record endpoint
- Added
401response - Added
404response - Added
422response - Updated request property and path parameter descriptions
- Added
- Updated Update assignees for a record endpoint
- Added
401response - Added
404response - Added
422response - Updated endpoint, request property and path parameter descriptions
- Added
- Updated Delete assignee for a record endpoint
- Added
401response - Added
404response - Updated endpoint and path parameter descriptions
- Added
September 7 2023
- Add missing
perform_urlproperty to List all records and Update a record response samples
September 5 2023
- Fix invalid syntax in webhook security code sample
- Fix sort order in List all clients response sample
August 21 2023
- Updated List all records endpoint
- Added
401response
- Added
- Updated Create a record endpoint
- Added
401response - Added
422response - Updated request property descriptions
- Added
- Updated Retrieve a record endpoint
- Added
401response - Added
404response - Updated path parameter descriptions
- Added
- Updated Expire a record endpoint
- Added
401response - Added
404response - Added
422response - Updated path parameter descriptions
- Added
August 14 2023
- Updated Delete an assignee for a client endpoint
- Added
401response - Added
404response - Updated query parameter descriptions
- Added
- Updated List all assignees for a client endpoint
- Added
401response - Added
404response - Updated description
- Added
- Updated Set assignees for a client endpoint
- Added
401response - Added
404response - Added
422response - Updated query parameter descriptions
- Added
- Updated Update assignees for a client endpoint
- Added
401response - Added
404response - Added
422response - Updated query parameter descriptions
- Added
- Updated Delete assignees for a client endpoint
- Added
401response - Added
404response
- Added
August 9 2023
- Added
addressobject property descriptions - Updated Retrieve address for a client endpoint
- Added
401response - Added
404response - Updated description
- Added
- Updated Replace an address for a client endpoint
- Added
401response - Added
404response - Added
422response - Updated description
- Added
August 3 2023
- Added
clientobject property descriptions - Updated List all clients endpoint
- Added
401response - Updated description
- Added
- Updated Create a client endpoint
- Added
401response - Added
422response - Updated description
- Added
- Updated Retrieve a client endpoint
- Added
401response - Added
404response - Updated description
- Added
- Updated Update a client endpoint
- Added
401response - Added
404response - Added
422response - Updated description
- Added
August 2 2023
- Deprecated Archive a record endpoint. Replaced by Update a record endpoint
July 31 2023
- Added
perform_linktorecordobject
July 26 2023
- Added
is_reviewedproperty to Update a record endpoint. Allows toggling a record's reviewed state
July 21 2023
- Added Update a record endpoint
July 14 2023
- Updated List all records endpoint
- Added
page,limit,status,creatorandassigneequery parameters
- Added
July 6 2023
- Updated Delete organisation for a client endpoint
- Added
401response - Added
404response
- Added
- Updated Delete organisations for a client endpoint
- Added
401response - Added
404response
- Added
- Updated List all organisations for a client endpoint
- Added
401response - Added
404response - Updated description
- Added
- Updated Update organisations for a client endpoint
- Added
404response - Updated description
- Added
- Updated Replace organisations for a client endpoint
- Added
401response - Added
404response
- Added
July 4 2023
- Updated Create an organisation and Update an organisation properties
- Updated
jurisdictiondescription with details of requirement
- Updated
- Added request code samples
June 28 2023
- Added
templateproperty to Create a record endpoint. Allows creation of records using a record template
June 26 2023
- Added
expandquery parameter examples for List all steps for a record endpoint
June 20 2023
- Added Create an attachment endpoint
June 13 2023
- Added
organisationobject property descriptions - Updated List all organisations endpoint
- Added
401response - Updated description
- Added
- Updated Create an organisation endpoint
- Added
401response - Added
422response - Updated description
- Added
- Updated Retrieve an organisation endpoint
- Added
401response - Added
404response
- Added
- Updated Update an organisation endpoint
- Added
401response - Added
404response - Added
422response - Updated description
- Added
June 1 2023
- Added
statusenum values to Create a client and Update a client endpoints - Added
userobject property descriptions - Updated
422 Unprocessable Contentresponse description with examples - Updated Check service status endpoint
- Removed
403response - Added
401response - Updated description
- Removed
- Updated Retrieve user account endpoint
- Added
401response - Updated description
- Added
- Updated Update user account endpoint
- Added
401response - Added
422response - Updated description
- Added
- Updated List all my teams endpoint
- Added
401response - Updated description
- Added
- Updated Retrieve team membership endpoint
- Added
401response - Updated description
- Added
- Updated Retrieve a team member endpoint
- Added
401response
- Added
May 31 2023
- Changed
403responses- Updated response from
403 Unauthorizedto403 Forbidden - Removed
errorproperty - Added
messageproperty
- Updated response from
May 29 2023
- Added
secretproperty towebhookobject - Added
201 Createdsuccess responses to Update assignees for a record and Update assignees for a client endpoints
May 26 2023
⚠️ Breaking changes
This release includes breaking changes.
- Changed Document Transfer record step preferences
- Added required
attachmentproperty to "New Document" type
- Added required
May 22 2023
- Changed HSCNI Access NI record step preferences
- Updated
barring_adultsandbarring_childrendescription with details of requirement - Changed
falseas default value forbarring_adultsandbarring_childrenproperties
- Updated
- Changed Watchlist record step preferences
- Changed
trueas default value forsilentproperty - Updated
silentdescription with details of availability
- Changed
May 18 2023
⚠️ Breaking changes
This release includes breaking changes.
- Changed Dummy record step preferences
preferencesis no longer a required property- Changed
payment_amountfromfloattointeger - Updated
payment_amountdescription with details of value format - Changed minimum and maximum value of
payment_amountto0–10000 - Changed minimum and maximum value of
credit_costto0–100
May 17 2023
⚠️ Breaking changes
This release includes breaking changes.
- Changed Banking Information record step preferences
- Renamed step type
check.open_bankingtocheck.banking_information preferencesis no longer a required property- Added
falseas default value forbalanceandtransactionsproperties
- Renamed step type
- Changed Criminal record step preferences
free_volunteerproperty for DBS: Standard and DBS: Enhanced types is now read only
- Changed Document Transfer record step preferences
- Renamed property
confirmedtorequire_confirmation - Renamed property
returnedtorequire_return
- Renamed property
- Changed Photo ID record step preferences
faceandlivenessproperties forstandardreport type are now read only- Added
issuing_countriesproperty forstandardandbiometricreport types - Updated
facial_similaritydescription forstandardreport type with details of cost changes
- Changed Watchlist record step preferences
- Added
1and3options tomonitorproperty - Added
falseas default value forsilentandmonitorproperties - Updated
silentandmonitordescriptions with details of availability and cost changes
- Added
- Changed
record_documentobject- Renamed config choice headings
- "Sent" to "Document Transfer"
- "Requested" to "Document Request"
- Renamed property
descriptiontoinstructions - Renamed property
instructionstoreturn_message - Added
return_messagedescription
- Renamed config choice headings
- Removed
linkandin_personnotification types from Create a record endpoint - Added
falsenotification type to Create a record endpoint
May 12 2023
⚠️ Breaking changes
This release includes breaking changes.
- Changed success response codes from
200 OKto201 Createdfor endpoints:- Create a client
- Set assignees for a client
- Create an organisation
- Create a record
- Set assignees for a record
- Create a webhook
May 11 2023
- Changed maximum length of
messageproperty to5000for Create a record endpoint
May 10 2023
- Removed
enabledquery parameter from List all forms for a client endpoint