Algoreg Documentation home page
latest
Search...
Backoffice
Home
Support
Backoffice
Search...
Navigation
Customer Document
Upload document
Documentation
Integration Guide
API Reference
Get Started
Authentication
Webhooks
Customer
GET
Get customer detail
GET
Get customer events
GET
Get stats for customer
POST
Save customers
POST
Search customers
Webhooks events
Customer Document
DEL
Delete document
GET
Download document
POST
Search documents
POST
Update document
POST
Upload document
Webhooks events
Go!Chat
POST
Create end user token
POST
Create thread message
POST
Create thread
GET
Download attachment
GET
Get thread messages
GET
Get thread
POST
Search threads
POST
Update thread message
POST
Update thread
Webhooks events
Go!KYT
POST
Create transaction
GET
Get transaction full history
GET
Get transaction
POST
Search transactions
POST
Update transaction
Webhooks events
Go!Press
POST
Force handle press report generation for customer
POST
Generate instant report
GET
Get report body
Go!Risk
GET
Get customer last edd
GET
Get customer last risk
Webhooks events
Go!Scan
GET
Get alert detail
POST
Get alerts
POST
Get customer alerts
POST
Modify alert
POST
Name search
POST
Search alerts
Go!Vid
POST
Create session full
POST
Generate a session
GET
Get session details
POST
Transactional ID check
Webhooks events
Message
GET
Download attachment
POST
Search threads
Appendix
Types and enums
Customer Document
Upload document
Uploads a document.
POST
/
api
/
v1
/
customer_documents
/
upload
Body parameters
customer_external_id
string
display_name
string
external
UploadDocumentExternalInput
Show properties
file_size
integer
file_url
string
file_name
string
internal
UploadDocumentInternalInput
Show properties
FileData
integer[]
file_data
string
origin
DocumentOrigin
Show properties
type
CustomerDocumentOriginType
Show properties
value
string
tag_codes
string[]
Response body
200
default
created_at
integer
customer_external_id
string
display_name
string
file_mime
string
file_name
string
file_size
integer
file_source
string
file_type
string
file_url
string
id
string
last_revision_agent_id
integer
last_revision_created_at
integer
last_revision_id
string
origin
DocumentOrigin
Show properties
type
CustomerDocumentOriginType
Show properties
value
string
tags
string[]
Update document
Webhooks events