API Reference

Do specific operations to load by id.

Operations data, depends from the type.

For ARCHIVE:
{
  "type": "ARCHIVE",
  "payload": null
}

For ACCEPT_OFFER:
{
  "type": "ACCEPT_OFFER",
  "payload": {
    "carrier_offer_id": "1234LL"
  }
}

For POST:
{
  "type": "POST",
  "payload": null
}

For DISPATCH:
{
  "type": "DISPATCH",
  "payload": {
    "carrier_dot": 1234567
  }
}

For UNDISPATCH:
{
  "type": "UNDISPATCH",
  "payload": {
    "is_repost": true
  }
}

For REASSIGN_DRIVER:
{
  "type": "REASSIGN_DRIVER",
  "payload": {
    "new_driver_id": "DEADBEEFBABED1A1"
  }
}

Language
Credentials
OAuth2
Click Try It! to start a request and see the response here!