Aquanow CAMS v1.0 (Updated)
  • Welcome
  • Security
    • OAuth2.0
    • API Limits
  • Pagination
  • Webhooks
    • Onboarding
    • Settlements
    • Reports
    • Order
    • Execution
    • Document
  • Market Data
    • Websocket
    • Rest API
      • OHLC
  • API reference
    • Customers
      • Docs
      • Configuration
    • Trades
      • RFQ
    • Orders
    • Executions
    • Settlements
    • Transactions
    • Accounts
      • Credit
      • Balances
      • Configuration
      • Performance
    • Instruments
      • Pairs
      • Assets
    • Custody
      • Balances
      • Allocation
    • Files
    • Webhook
  • Change Log
  • Specification
  • User Guide
    • View Customers
      • Customer Onboarding
      • Upload Onboarding Docs
      • View Customer Account Balances
      • Customer Risk Groups
    • View Customer Trade Activity
    • Manage Team Members
Powered by GitBook
On this page
  1. Webhooks

Document

POST

Notifies that a document status has been updated to "PENDING_RESUBMISSION" or "VERIFIED"

{
  "messageId": "123e4567-e89b-12d3-a456-426614174000",
  "messageType": "DOCUMENT_STATUS_CHANGED",
  "messageTime": "2023-12-14T01:24:03.102Z",
  "message": {
    "currentStatus": "VERIFIED",
    "timestamp": "2023-12-14T01:23:00.000Z",
    "customerId": "132afd8d-8b1c-42b1-a909-ccdaf5080e44",
    "referenceId": "fae03df6-9c48-44a4-bc21-b7f9047e6901"
  }
}
PreviousExecutionNextMarket Data

Last updated 1 month ago