TradeAware
  • Welcome to TradeAware User Guide
    • Getting Started
  • Using the TradeAware Web App
    • Upload and Analyzing Plots
    • Connect with your supply chain
    • Provide and Review Documents
    • Assess risk in your supply chain
    • Manage your transactions
    • Plot Upload and Analysis Trouble Shooting
    • How-to videos
  • Using the TradeAware API
    • API Access and Business Account Registration
    • Webhooks Guide
    • Authentication
      • Rotate client secret
      • Endpoints enabled for programmatic access
    • Upload and Analyzing Plots
    • Connect with your supply chain
    • Assess risk in your supply chain
    • Manage your transactions
    • API reference
      • Auth
      • Plots
        • Analyses of a specific Plot
        • Batch
      • Analyses
      • Attachments
      • Business invitations
      • Business connections
      • Transactions
        • Create a Transaction
        • Retrieve Transactions
          • Get a transaction by id
          • List all transactions
        • Modify an existing Transaction
          • Update a Transaction
          • Add a Transaction Component
          • Update a Transaction Component
          • Delete a Transaction Component
        • Delete a Transaction
        • Submit a Transaction
        • Retrieve DDS Data
      • Risk Assessments
        • Supplier Risk Assessments
          • Create a Supplier Risk Assessment
          • Update a Supplier Risk Assessment
          • Retrieve Supplier Risk Assessments
            • Get a supplier risk assessment by id
            • Get all supplier risk assessments
          • Retrieve the history
        • Plot Risk Assessments
          • Create a Plot Risk Assessment
          • Update a Plot Risk Assessment
          • Retrieve Plot Risk Assessments
            • Get a plot risk assessment by id
            • Get all plot risk assessments
          • Retrieve the history
      • Survey responses
      • Health
      • Version
      • Specification
  • Additional Resources
    • FAQs
    • Contact Support
    • Terms and Conditions
Powered by GitBook
On this page
  1. Using the TradeAware API
  2. Authentication

Endpoints enabled for programmatic access

List of endpoints enabled for OAuth2.0 machine-to-machine client access

Currently a limited number of endpoints are enabled for access via OAuth2.0 machine-to-machine client. Additional to any public endpoints, the following authenticated endpoints are currently enabled:

  • POST /plots

  • POST /plots/batch

  • GET /plots

  • GET /plots/{id}

  • PATCH /plots/{id}

  • DELETE /plots/{id}

  • POST /plots/{plotId}/analyses

  • GET /plots/{plotId}/analyses

  • GET /analyses/{id}

  • POST /business-invitations

  • GET /business-invitations

  • GET /business-invitations/sent

  • PATCH /business-invitations/{id}

  • GET /business-connections/suppliers

  • GET /business-connections/buyers

PreviousRotate client secretNextUpload and Analyzing Plots

Last updated 4 months ago