Bringg · Example Payload

Bringg Create Task Example

Last Mile DeliveryDelivery OrchestrationFulfillmentLogisticsRetailDispatchRoutingDriver AppCarrier NetworkFleet ManagementSupply ChainE-CommerceSame-Day DeliveryCurbside PickupReturns

Bringg Create Task Example is an example object payload from Bringg, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

requestresponse

Example Payload

Raw ↑
{
  "request": {
    "method": "POST",
    "url": "https://us2-admin-api.bringg.com/services/create_task",
    "headers": {
      "Authorization": "Bearer <access_token>",
      "Content-Type": "application/json"
    },
    "body": {
      "external_id": "order-abc-123",
      "title": "Curbside pickup #1042",
      "scheduled_at": "2026-05-25T15:00:00Z",
      "no_later_than": "2026-05-25T17:00:00Z",
      "team_ids": [42],
      "customer": {
        "external_id": "cust-7777",
        "name": "Jane Doe",
        "phone": "+15551234567",
        "address": "1600 Pennsylvania Ave NW",
        "city": "Washington",
        "state": "DC",
        "zipcode": "20500",
        "country": "US"
      },
      "way_points": [
        {
          "position": 1,
          "address": "Store #42, 123 Main St, Washington, DC",
          "lat": 38.9072,
          "lng": -77.0369
        },
        {
          "position": 2,
          "address": "1600 Pennsylvania Ave NW, Washington, DC",
          "lat": 38.8977,
          "lng": -77.0365,
          "scheduled_at": "2026-05-25T16:30:00Z"
        }
      ]
    }
  },
  "response": {
    "status": 200,
    "body": {
      "id": 98765432,
      "external_id": "order-abc-123",
      "status": 0,
      "ready_to_execute": false,
      "created_at": "2026-05-25T14:35:12Z"
    }
  }
}

Work with this as data

Every example here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for examples

4 MCP tools reach this
  • find_examplesBrowse and filter every example in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This example
curl "https://apis.io/api/v1/examples/bringg-create-task-example"
All examples
curl "https://apis.io/api/v1/examples?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.