Add Application To Company

Adds an application to a company

The Create Application endpoint creates a new application entity.

📘

What is Application?

BringgApps are customized code bases that allow developers to change some of the flow in Bringg. You can do simple things like even reporting to complicated things like replacing text messages with push messages, and even replacing our dispatch backend with yours.

curl --include \
     --request POST \
     --header "Content-Type: application/json" \
     --data-binary "{ \"application_id \": \"7083ab3d-c7de-40fd-83bb-f2c10bd0fa88\", \"timestamp\":\"1414421210832\", \"access_token\":\"K2Pxkwvx6-3PtW44zvEV\", \"signature\":\"db00061fa75f869c968f72d48449e457ae06959a\"}" \
https://api.bringg.com/partner_api/companies/{company_id}/application
Path Params
int32
required

Unique identifier representing a company

Body Params
string
required

Unique identifier representing an application

Headers
string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses

Language
LoadingLoading…
Response
Choose an example:
application/json