• Introduction
    • Getting Started
    • Authentication
  • Guide
    • Common Code Patterns
    • Metrics
  • Data
  • Deal Management
  • User
    • POSTClient Access Token
  • Chat
LogoLogo
Deal ManagementDeal

Order Scan

POST
/api/v1/group/:group_id/deal/:deal_id/order-scan
POST
/api/v1/group/:group_id/deal/:deal_id/order-scan
1curl -X POST https://app.termina.ai/api/v1/group/1/deal/1/order-scan \
2 -H "Authorization: Bearer <token>"
Try it
Submit an order for a deal scan to be performed.
Was this page helpful?
Previous

Comparable Deals

Next
Built with
Comparable Deals
Submit an order for a deal scan to be performed.

Path parameters

group_idintegerRequired
deal_idintegerRequired

Headers

AuthorizationstringRequired
Bearer authentication of the form `Bearer <token>`, where token is your auth token.

Response

Successful Response

Errors

Successful Response

Bearer authentication of the form Bearer <token>, where token is your auth token.