Flavours API Documentation
  1. Ballurh
Flavours API Documentation
  • Readme
  • Developer Guide
  • Authorization
  • Includables
  • Pagination
  • Sorting
  • Retrieve Market Information
  • Retrieve Branch Information
  • Me
    • Overview
    • Detail
      GET
  • Branches
    • Overview
    • List
      GET
    • Detail
      GET
    • Create
      POST
    • Update
      POST
    • Delete
      DELETE
  • Orders
    • Overview
    • List
    • Detail
    • Create
    • Calculate
    • Checkout
    • Update
    • Sync
  • Customers
    • Overview
    • List
    • Detail
    • Create
    • Update
  • Products
    • Overview
    • List
    • Detail
    • Create
    • Update
    • Delete
  • Product Categories
    • Overview
    • List
    • Detail
  • Discounts
    • Overview
    • List
    • Detail
    • Verify
  • Payment Methods
    • Overview
    • List
    • Detail
  • Table
    • Overview
    • List
    • Detail
    • Create
    • Update
    • Delete
  • Printer
  • Webhook
    • Orders Webhooks
      • Webhook Events
      • Payload
    • Product Webhooks
      • Webhook Events
      • Payload
    • Loyalty Webhooks
      • Promotional Coupon
    • Customers Webhooks
      • Webhook Events
      • Payload
    • Error Webhook
      • Stay Alert to Connectivity Issues
    • Third-Party
      • Ballurh
        • Install Ballurh
          POST
      • Loyapro
        • Loyalty
          • Check Reward
          • Redeem Reward
      • Bonat
        • Check Reward
        • Redeem Reward
      • Fai
        • Register Entity
  1. Ballurh

Install Ballurh

Developing
DEVELOPMENT
DEVELOPMENT
POST
/api/v1/app

Request

Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
Body Params application/json
app_id
string 
required
market_id
string 
required
api-key
string 
required
Example
{
  "app_id": "ballurh",
  "market_id": "7ba11b78-aa83-45aa-9f0a-1b8bf4d18480",
  "api-key": "e206ddba-01d2-6a70-316b-6e78ad314ef3"
}

Request samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST '/api/v1/app' \
--header 'Content-Type: application/json' \
--data-raw '{
    "app_id": "ballurh",
    "market_id": "7ba11b78-aa83-45aa-9f0a-1b8bf4d18480",
    "api-key": "e206ddba-01d2-6a70-316b-6e78ad314ef3"
}'

Responses

🟢200OK
application/json
Body
message
string 
required
xid
string 
required
Example
{
  "message": "Application Submited. Please check your email regularly to get login credentials",
  "xid": "5c2ab9d2-f7ff-49e9-9727-34ac1908e17b"
}
Previous
Stay Alert to Connectivity Issues
Next
Check Reward
Built with