Business

Returns the merchant's business information. Required permissions: profile

get/v1/businesses

Response

Businesses response

Example response

{
  "data": {
    "business": {
      "id": 9,
      "name": "MOKAPOS TEST CAFE 2",
      "address": "PIK",
      "city": "Jakarta Barat",
      "province": "Jakarta",
      "postal_code": "12904",
      "description": "Just for test",
      "phone": "082145466567",
      "business_type_id": 3,
      "business_category_id": 3,
      "outlet_slot": 12,
      "current_plan": 12,
      "expired_at": "2019-01-01T07:00:00.000+07:00"
    }
  },
  "meta": {
    "code": 200
  }
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.