Bringg API Calls

๐Ÿ“˜

You Need Your Authentication Keys

After you Join as a Developer, use your access_token and secret_key for Signing a Bringg API Request.

Response Codes

๐Ÿ‘

200 - Success

NOTE: 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).

๐Ÿ“˜

https://developer-api.bringg.com/partner_api/customers

To see more objects, append the page parameter to your query string using an integer for the page number.

๐Ÿ“˜

https://developer-api.bringg.com/partner_api/customers&page=2

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 CallDescription
Add Application To CompanyThis Bringg API Call description is pending an update.
Update Company Application ConfigurationThis Bringg API Call description is pending an update.
Update User ConfigurationThis Bringg API Call description is pending an update.
Update Customer ConfigurationThis Bringg API Call description is pending an update.
Auto Dispatch ApplicationThis Bringg API Call description is pending an update.
Auto Dispatch with inventory flowThis Bringg API Call description is pending an update.

Companies

Bringg API CallDescription
CompaniesList companies in Bringg.
Get CompanyGet the details of a company in Bringg.
Create CompanyAdd a new company to Bringg.
Update CompanyUpdate the details of a company in Bringg.
Delete CompanyDelete a company in Bringg.
Upload Company Delivery PinThis Bringg API Call description is pending an update.
Upload Company LogoThis Bringg API Call description is pending an update.
Upload Company Destination PinThis Bringg API Call description is pending an update.
Reset Company Delivery PinThis Bringg API Call description is pending an update.
Reset Company Destination PinThis Bringg API Call description is pending an update.

Customers

Bringg API CallDescription
CustomersList all customers.
Get CustomerGet the details of a customer by the customer Id.
Get By PhoneShow the details of a customer by the customer phone number.
Create CustomerAdd a new customer.
Update CustomerUpdate a customer's details.
Delete CustomerDelete a customer.
Customer CountGet the total number of customers.

Inventories

Bringg API CallDescription
InventoriesThis Bringg API Call description is pending an update.
Get InventoryThis Bringg API Call description is pending an update.
Create InventoryThis Bringg API Call description is pending an update.
Update InventoryThis Bringg API Call description is pending an update.
Delete InventoryThis Bringg API Call description is pending an update.
Set QuantityThis Bringg API Call description is pending an update.
Get QuantityThis Bringg API Call description is pending an update.
Delete QuantityThis Bringg API Call description is pending an update.

Place

Bringg API CallDescription
Create PlaceAdd a new place.

Tasks (Orders)

Bringg API CallDescription
Get TaskGet the details of a order (task).
Opened TasksList opened (not completed or cancelled) orders (tasks).
Create TaskAdd a new order (task).
Create Task with Way PointsAdd a new order (task) with way points (more than one stop).
Create Task From CSVThis Bringg API Call description is pending an update.
Update TaskUpdate the details of an order (task).
Add Task To TeamAssign an order (task) to a team of users (drivers).
Cancel TaskCancel an open order (Task).
Start TaskStart a order (task).
Get Task LocationsThis Bringg API Call description is pending an update.
Get ShareThis Bringg API Call description is pending an update.

Teams

Bringg API CallsDescription
TeamsList the teams.
Create TeamAdd a new team.
Update TeamUpdate the details of a team.
Delete TeamDelete a team.
Add User To TeamAdd a user (driver) to a team.
Remove User From TeamRemove a user (driver) from a team.

Users

Bringg API CallDescription
UsersList the users (drivers, dispatchers, admins).
Get UserGet the details of a user.
Create UserAdd a new user.
Add User To TeamAdd a user to a team.
Update UserUpdate the details of a user.
Delete UserDelete a user.
Upload User Profile ImageUpload an image to the user profile.
Update User LocationUpdate a user's location.
User CountGet the total number of users.
ScheduleThis Bringg API Call description is pending an update.

Way Points

Bringg API CallDescription
Create Way PointAdd a new way point in an order (task).
Update Way PointUpdate a way point in an order (task).
Get Way PointGet the details of a way point in an order (task).
Create RouteAdd a route to a task.
Add extra customers to way pointAdd customers to way points in an order (task).
Create NoteAdd a note to a way point in an order (task).
Update NoteUpdate a note in a way point in an order (task).