Bringg API Calls
You Need Your Authentication KeysAfter you Join as a Developer, use your access_token and secret_key for Signing a Bringg API Request.
Response Codes
200 - SuccessNOTE: An error response may be 200 and the error is described in the response.
400 - Bad Request
Paging
Bringg API Calls listing objects (Customers, Users, and Way_Points, for example) list 50 objects by default (the first page).
To see more objects, append the page parameter to your query string using an integer for the page number.
Timestamps
All timestamps in Bringg use the UNIX Epoch UTC timestamp format.
Current Time (Human Readable): "Wed, 07 Feb 2018 14:11:37 GMT"
UNIX Timestamp in Bringg: "2018-02-07T14:11:37Z"NOTE: "T" and "Z" - "2018-02-07T14:11:37Z "
Bringg Signature Tester
Bringg API Call List
Application
Bringg API Call | Description |
---|---|
This Bringg API Call description is pending an update. | |
This Bringg API Call description is pending an update. | |
This Bringg API Call description is pending an update. | |
This Bringg API Call description is pending an update. | |
This Bringg API Call description is pending an update. | |
This Bringg API Call description is pending an update. |
Companies
Bringg API Call | Description |
---|---|
List companies in Bringg. | |
Get the details of a company in Bringg. | |
Add a new company to Bringg. | |
Update the details of a company in Bringg. | |
Delete a company in Bringg. | |
This Bringg API Call description is pending an update. | |
This Bringg API Call description is pending an update. | |
This Bringg API Call description is pending an update. | |
This Bringg API Call description is pending an update. | |
This Bringg API Call description is pending an update. |
Customers
Bringg API Call | Description |
---|---|
List all customers. | |
Get the details of a customer by the customer Id. | |
Show the details of a customer by the customer phone number. | |
Add a new customer. | |
Update a customer's details. | |
Delete a customer. | |
Get the total number of customers. |
Inventories
Bringg API Call | Description |
---|---|
This Bringg API Call description is pending an update. | |
This Bringg API Call description is pending an update. | |
This Bringg API Call description is pending an update. | |
This Bringg API Call description is pending an update. | |
This Bringg API Call description is pending an update. | |
This Bringg API Call description is pending an update. | |
This Bringg API Call description is pending an update. | |
This Bringg API Call description is pending an update. |
Place
Bringg API Call | Description |
---|---|
Add a new place. |
Tasks (Orders)
Bringg API Call | Description |
---|---|
Get the details of a order (task). | |
List opened (not completed or cancelled) orders (tasks). | |
Add a new order (task). | |
Add a new order (task) with way points (more than one stop). | |
This Bringg API Call description is pending an update. | |
Update the details of an order (task). | |
Assign an order (task) to a team of users (drivers). | |
Cancel an open order (Task). | |
Start a order (task). | |
This Bringg API Call description is pending an update. | |
This Bringg API Call description is pending an update. |
Teams
Bringg API Calls | Description |
---|---|
List the teams. | |
Add a new team. | |
Update the details of a team. | |
Delete a team. | |
Add a user (driver) to a team. | |
Remove a user (driver) from a team. |
Users
Bringg API Call | Description |
---|---|
List the users (drivers, dispatchers, admins). | |
Get the details of a user. | |
Add a new user. | |
Add a user to a team. | |
Update the details of a user. | |
Delete a user. | |
Upload an image to the user profile. | |
Update a user's location. | |
Get the total number of users. | |
This Bringg API Call description is pending an update. |
Way Points
Bringg API Call | Description |
---|---|
Add a new way point in an order (task). | |
Update a way point in an order (task). | |
Get the details of a way point in an order (task). | |
Add a route to a task. | |
Add customers to way points in an order (task). | |
Add a note to a way point in an order (task). | |
Update a note in a way point in an order (task). |
Updated 20 days ago