Skip to content

OneTouchPoint Suite of Brokers APIs (Internal Documentation)

This documentation provides an overview of OneTouchPoint's Suite of Brokers APIs for internal team reference. These APIs are crucial for our system integrations and brokerage operations.

CAUTION: Please note the following schema changes are in-flight and will change in a future version. Contact the OneTouchPoint development team for any questions regarding timing.

Schema Object Documentation

REST API

CustomerBroker

IdentityBroker

OfferBroker

OrderBroker

ProductBroker

ShippingBroker

Events

Customer

FulfillmentOrder

Offer

OfferCategory

Order

OrderView

C# Downloads

API Outstanding Issues

Swagger API

Provides services for external services to interact with OneTouchPoint Suite of Brokers print service.

Authentication

All API calls require authentication using JWT Bearer tokens. Tokens can be obtained through the IdentityBroker endpoint.

Error Handling

The API uses conventional HTTP response codes to indicate success or failure.

  • 2xx: Success
  • 4xx: Client errors

Error responses include a consistent error payload with details about the problem.