Routes List



POST api/accept-order-by-courier


HTTP Method POST
URL {{window.location.origin}}/api/accept-order-by-courier
Controller App\Http\Controllers\Api\OrderController
Controller Method @acceptedOrderByCourier
Middleware 1 api
Middleware 2 auth:api

LRD Docs


No. Attributes Type Nullable Bail Rules
1 orderId *required
int | exists:App\Models\Order,id
2 accepted *required Boolean

REQUEST URL *required

Enter your request URL with query params


REQUEST BODY *required

JSON body for the POST|PUT|DELETE request


RESPONSE

Response status, code and time.

Status SUCCESS ERROR
Status Code
Memory Usage
Response Time

Response headers.

Response from the server

SQL

No SQL queries executed for this request.

SQL queries executed for this request.

Total Queries
Total Query time ms

SQL queries

{{index+1}}. {{query.time}}ms


HTTP Method GET
URL {{window.location.origin}}/api/all-couriers
Controller App\Http\Controllers\Api\CourierController
Controller Method @allCouriers
Middleware 1 api
Middleware 2 auth:api

LRD Docs


REQUEST URL *required

Enter your request URL with query params



RESPONSE

Response status, code and time.

Status SUCCESS ERROR
Status Code
Memory Usage
Response Time

Response headers.

Response from the server

SQL

No SQL queries executed for this request.

SQL queries executed for this request.

Total Queries
Total Query time ms

SQL queries

{{index+1}}. {{query.time}}ms


HTTP Method GET
URL {{window.location.origin}}/api/all-couriers-for-delivery
Controller App\Http\Controllers\Api\CourierController
Controller Method @allCouriersForDelivery
Middleware 1 api
Middleware 2 auth:api

LRD Docs


REQUEST URL *required

Enter your request URL with query params



RESPONSE

Response status, code and time.

Status SUCCESS ERROR
Status Code
Memory Usage
Response Time

Response headers.

Response from the server

SQL

No SQL queries executed for this request.

SQL queries executed for this request.

Total Queries
Total Query time ms

SQL queries

{{index+1}}. {{query.time}}ms


HTTP Method GET
URL {{window.location.origin}}/api/all-merchants-for-delivery
Controller App\Http\Controllers\Api\MerchantController
Controller Method @getAllMerchantsForDelivery
Middleware 1 api
Middleware 2 auth:api

LRD Docs


REQUEST URL *required

Enter your request URL with query params



RESPONSE

Response status, code and time.

Status SUCCESS ERROR
Status Code
Memory Usage
Response Time

Response headers.

Response from the server

SQL

No SQL queries executed for this request.

SQL queries executed for this request.

Total Queries
Total Query time ms

SQL queries

{{index+1}}. {{query.time}}ms

POST api/assign-order-to-courier


HTTP Method POST
URL {{window.location.origin}}/api/assign-order-to-courier
Controller App\Http\Controllers\Api\OrderController
Controller Method @assignOrderToCourier
Middleware 1 api
Middleware 2 auth:api

LRD Docs


No. Attributes Type Nullable Bail Rules
1 orderId *required
int | exists:App\Models\Order,id
2 courierId *required
int | exists:App\Models\Courier,id

REQUEST URL *required

Enter your request URL with query params


REQUEST BODY *required

JSON body for the POST|PUT|DELETE request


RESPONSE

Response status, code and time.

Status SUCCESS ERROR
Status Code
Memory Usage
Response Time

Response headers.

Response from the server

SQL

No SQL queries executed for this request.

SQL queries executed for this request.

Total Queries
Total Query time ms

SQL queries

{{index+1}}. {{query.time}}ms


HTTP Method GET
URL {{window.location.origin}}/api/assigned-orders-for-courier
Controller App\Http\Controllers\Api\CourierController
Controller Method @assignedOrders
Middleware 1 api
Middleware 2 auth:api

LRD Docs


No. Attributes Type Nullable Bail Rules
1 courierId *required
int | exists:App\Models\Courier,id

REQUEST URL *required

Enter your request URL with query params



RESPONSE

Response status, code and time.

Status SUCCESS ERROR
Status Code
Memory Usage
Response Time

Response headers.

Response from the server

SQL

No SQL queries executed for this request.

SQL queries executed for this request.

Total Queries
Total Query time ms

SQL queries

{{index+1}}. {{query.time}}ms

POST api/catcher/forward/{order}


HTTP Method POST
URL {{window.location.origin}}/api/catcher/forward/{order}
Controller App\Http\Controllers\Api\Catcher\CatcherController
Controller Method @__invoke
Middleware 1 api
Middleware 2 auth:api

LRD Docs


REQUEST URL *required

Enter your request URL with query params


REQUEST BODY *required

JSON body for the POST|PUT|DELETE request


RESPONSE

Response status, code and time.

Status SUCCESS ERROR
Status Code
Memory Usage
Response Time

Response headers.

Response from the server

SQL

No SQL queries executed for this request.

SQL queries executed for this request.

Total Queries
Total Query time ms

SQL queries

{{index+1}}. {{query.time}}ms

POST api/change-courier-status


HTTP Method POST
URL {{window.location.origin}}/api/change-courier-status
Controller App\Http\Controllers\Api\CourierController
Controller Method @changeStatus
Middleware 1 api
Middleware 2 auth:api

LRD Docs


REQUEST URL *required

Enter your request URL with query params


REQUEST BODY *required

JSON body for the POST|PUT|DELETE request


RESPONSE

Response status, code and time.

Status SUCCESS ERROR
Status Code
Memory Usage
Response Time

Response headers.

Response from the server

SQL

No SQL queries executed for this request.

SQL queries executed for this request.

Total Queries
Total Query time ms

SQL queries

{{index+1}}. {{query.time}}ms

POST api/change-password


HTTP Method POST
URL {{window.location.origin}}/api/change-password
Controller App\Http\Controllers\Api\UserController
Controller Method @updatePassword
Middleware 1 api
Middleware 2 auth:api

LRD Docs


No. Attributes Type Nullable Bail Rules
1 oldPassword *required String
min:8 | max:32
2 password *required String
min:8 | max:32

REQUEST URL *required

Enter your request URL with query params


REQUEST BODY *required

JSON body for the POST|PUT|DELETE request


RESPONSE

Response status, code and time.

Status SUCCESS ERROR
Status Code
Memory Usage
Response Time

Response headers.

Response from the server

SQL

No SQL queries executed for this request.

SQL queries executed for this request.

Total Queries
Total Query time ms

SQL queries

{{index+1}}. {{query.time}}ms


HTTP Method GET
URL {{window.location.origin}}/api/chart-statistic
Controller App\Http\Controllers\Api\StatisticController
Controller Method @chartStatistic
Middleware 1 api
Middleware 2 auth:api

LRD Docs


No. Attributes Type Nullable Bail Rules
1 days Nullable
Illuminate\Validation\Rules\In

REQUEST URL *required

Enter your request URL with query params



RESPONSE

Response status, code and time.

Status SUCCESS ERROR
Status Code
Memory Usage
Response Time

Response headers.

Response from the server

SQL

No SQL queries executed for this request.

SQL queries executed for this request.

Total Queries
Total Query time ms

SQL queries

{{index+1}}. {{query.time}}ms


HTTP Method GET
URL {{window.location.origin}}/api/chart-statistic-for-delivery
Controller App\Http\Controllers\Api\StatisticController
Controller Method @chartStatisticForDelivery
Middleware 1 api
Middleware 2 auth:api

LRD Docs


No. Attributes Type Nullable Bail Rules
1 days Nullable
Illuminate\Validation\Rules\In

REQUEST URL *required

Enter your request URL with query params



RESPONSE

Response status, code and time.

Status SUCCESS ERROR
Status Code
Memory Usage
Response Time

Response headers.

Response from the server

SQL

No SQL queries executed for this request.

SQL queries executed for this request.

Total Queries
Total Query time ms

SQL queries

{{index+1}}. {{query.time}}ms

POST api/check-code


HTTP Method POST
URL {{window.location.origin}}/api/check-code
Controller App\Http\Controllers\Api\UserController
Controller Method @checkSecretCode
Middleware 1 api
Middleware 2 throttle:6,1

LRD Docs


No. Attributes Type Nullable Bail Rules
1 email *required
email | exists:App\Models\User,email
2 code *required String

REQUEST URL *required

Enter your request URL with query params


REQUEST BODY *required

JSON body for the POST|PUT|DELETE request


RESPONSE

Response status, code and time.

Status SUCCESS ERROR
Status Code
Memory Usage
Response Time

Response headers.

Response from the server

SQL

No SQL queries executed for this request.

SQL queries executed for this request.

Total Queries
Total Query time ms

SQL queries

{{index+1}}. {{query.time}}ms

POST api/courier


HTTP Method POST
URL {{window.location.origin}}/api/courier
Controller App\Http\Controllers\Api\CourierController
Controller Method @store
Middleware 1 api
Middleware 2 auth:api

LRD Docs


No. Attributes Type Nullable Bail Rules
1 email *required
email | unique:users,email
2 password *required String
min:8 | max:32
3 name *required String
4 phone *required
numeric | digits_between:10,12
5 deliveryType *required
Illuminate\Validation\Rules\In
6 licensePlate String Nullable
7 description String Nullable

REQUEST URL *required

Enter your request URL with query params


REQUEST BODY *required

JSON body for the POST|PUT|DELETE request


RESPONSE

Response status, code and time.

Status SUCCESS ERROR
Status Code
Memory Usage
Response Time

Response headers.

Response from the server

SQL

No SQL queries executed for this request.

SQL queries executed for this request.

Total Queries
Total Query time ms

SQL queries

{{index+1}}. {{query.time}}ms


HTTP Method GET
URL {{window.location.origin}}/api/courier
Controller App\Http\Controllers\Api\CourierController
Controller Method @index
Middleware 1 api
Middleware 2 auth:api

LRD Docs


No. Attributes Type Nullable Bail Rules
1 status String Nullable
Illuminate\Validation\Rules\In

REQUEST URL *required

Enter your request URL with query params



RESPONSE

Response status, code and time.

Status SUCCESS ERROR
Status Code
Memory Usage
Response Time

Response headers.

Response from the server

SQL

No SQL queries executed for this request.

SQL queries executed for this request.

Total Queries
Total Query time ms

SQL queries

{{index+1}}. {{query.time}}ms


HTTP Method GET
URL {{window.location.origin}}/api/courier-for-delivery/small
Controller App\Http\Controllers\Api\CourierController
Controller Method @couriersForDeliverySmallList
Middleware 1 api
Middleware 2 auth:api

LRD Docs


No. Attributes Type Nullable Bail Rules
1 status String Nullable
Illuminate\Validation\Rules\In

REQUEST URL *required

Enter your request URL with query params



RESPONSE

Response status, code and time.

Status SUCCESS ERROR
Status Code
Memory Usage
Response Time

Response headers.

Response from the server

SQL

No SQL queries executed for this request.

SQL queries executed for this request.

Total Queries
Total Query time ms

SQL queries

{{index+1}}. {{query.time}}ms


HTTP Method GET
URL {{window.location.origin}}/api/courier-location
Controller App\Http\Controllers\Api\Tracking\CourierTrackingLocationController
Controller Method @__invoke
Middleware 1 api

LRD Docs


No. Attributes Type Nullable Bail Rules
1 code *required

REQUEST URL *required

Enter your request URL with query params



RESPONSE

Response status, code and time.

Status SUCCESS ERROR
Status Code
Memory Usage
Response Time

Response headers.

Response from the server

SQL

No SQL queries executed for this request.

SQL queries executed for this request.

Total Queries
Total Query time ms

SQL queries

{{index+1}}. {{query.time}}ms


HTTP Method GET
URL {{window.location.origin}}/api/courier/small
Controller App\Http\Controllers\Api\CourierController
Controller Method @couriersSmallList
Middleware 1 api
Middleware 2 auth:api

LRD Docs


No. Attributes Type Nullable Bail Rules
1 status String Nullable
Illuminate\Validation\Rules\In

REQUEST URL *required

Enter your request URL with query params



RESPONSE

Response status, code and time.

Status SUCCESS ERROR
Status Code
Memory Usage
Response Time

Response headers.

Response from the server

SQL

No SQL queries executed for this request.

SQL queries executed for this request.

Total Queries
Total Query time ms

SQL queries

{{index+1}}. {{query.time}}ms


HTTP Method GET
URL {{window.location.origin}}/api/courier/with-all-orders/{courier}
Controller App\Http\Controllers\Api\CourierController
Controller Method @showWithAllOrders
Middleware 1 api
Middleware 2 auth:api

LRD Docs


REQUEST URL *required

Enter your request URL with query params



RESPONSE

Response status, code and time.

Status SUCCESS ERROR
Status Code
Memory Usage
Response Time

Response headers.

Response from the server

SQL

No SQL queries executed for this request.

SQL queries executed for this request.

Total Queries
Total Query time ms

SQL queries

{{index+1}}. {{query.time}}ms


HTTP Method DELETE
URL {{window.location.origin}}/api/courier/{courier}
Controller App\Http\Controllers\Api\CourierController
Controller Method @destroy
Middleware 1 api
Middleware 2 auth:api

LRD Docs


No. Attributes Type Nullable Bail Rules
1 date Nullable
int

REQUEST URL *required

Enter your request URL with query params


REQUEST BODY *required

JSON body for the POST|PUT|DELETE request


RESPONSE

Response status, code and time.

Status SUCCESS ERROR
Status Code
Memory Usage
Response Time

Response headers.

Response from the server

SQL

No SQL queries executed for this request.

SQL queries executed for this request.

Total Queries
Total Query time ms

SQL queries

{{index+1}}. {{query.time}}ms


HTTP Method GET
URL {{window.location.origin}}/api/courier/{courier}
Controller App\Http\Controllers\Api\CourierController
Controller Method @show
Middleware 1 api
Middleware 2 auth:api

LRD Docs


No. Attributes Type Nullable Bail Rules
1 date Nullable
int

REQUEST URL *required

Enter your request URL with query params



RESPONSE

Response status, code and time.

Status SUCCESS ERROR
Status Code
Memory Usage
Response Time

Response headers.

Response from the server

SQL

No SQL queries executed for this request.

SQL queries executed for this request.

Total Queries
Total Query time ms

SQL queries

{{index+1}}. {{query.time}}ms


HTTP Method PUT
URL {{window.location.origin}}/api/courier/{courier}
Controller App\Http\Controllers\Api\CourierController
Controller Method @update
Middleware 1 api
Middleware 2 auth:api

LRD Docs


No. Attributes Type Nullable Bail Rules
1 name String Nullable
2 phone Nullable
numeric | digits_between:10,12
3 deliveryType Nullable
Illuminate\Validation\Rules\In
4 licensePlate String Nullable
5 description String Nullable

REQUEST URL *required

Enter your request URL with query params


REQUEST BODY *required

JSON body for the POST|PUT|DELETE request


RESPONSE

Response status, code and time.

Status SUCCESS ERROR
Status Code
Memory Usage
Response Time

Response headers.

Response from the server

SQL

No SQL queries executed for this request.

SQL queries executed for this request.

Total Queries
Total Query time ms

SQL queries

{{index+1}}. {{query.time}}ms


HTTP Method GET
URL {{window.location.origin}}/api/couriers-for-delivery
Controller App\Http\Controllers\Api\CourierController
Controller Method @indexCouriersForDelivery
Middleware 1 api
Middleware 2 auth:api

LRD Docs


No. Attributes Type Nullable Bail Rules
1 status String Nullable
Illuminate\Validation\Rules\In

REQUEST URL *required

Enter your request URL with query params



RESPONSE

Response status, code and time.

Status SUCCESS ERROR
Status Code
Memory Usage
Response Time

Response headers.

Response from the server

SQL

No SQL queries executed for this request.

SQL queries executed for this request.

Total Queries
Total Query time ms

SQL queries

{{index+1}}. {{query.time}}ms


HTTP Method GET
URL {{window.location.origin}}/api/customer
Controller App\Http\Controllers\Api\CustomerController
Controller Method @index
Middleware 1 api
Middleware 2 auth:api

LRD Docs


REQUEST URL *required

Enter your request URL with query params



RESPONSE

Response status, code and time.

Status SUCCESS ERROR
Status Code
Memory Usage
Response Time

Response headers.

Response from the server

SQL

No SQL queries executed for this request.

SQL queries executed for this request.

Total Queries
Total Query time ms

SQL queries

{{index+1}}. {{query.time}}ms


HTTP Method GET
URL {{window.location.origin}}/api/customers-for-delivery
Controller App\Http\Controllers\Api\CustomerController
Controller Method @indexForDelivery
Middleware 1 api
Middleware 2 auth:api

LRD Docs


REQUEST URL *required

Enter your request URL with query params



RESPONSE

Response status, code and time.

Status SUCCESS ERROR
Status Code
Memory Usage
Response Time

Response headers.

Response from the server

SQL

No SQL queries executed for this request.

SQL queries executed for this request.

Total Queries
Total Query time ms

SQL queries

{{index+1}}. {{query.time}}ms

GET api/debts


HTTP Method GET
URL {{window.location.origin}}/api/debts
Controller App\Http\Controllers\Api\Debt\DebtController
Controller Method @index
Middleware 1 api
Middleware 2 auth:api

LRD Docs


REQUEST URL *required

Enter your request URL with query params



RESPONSE

Response status, code and time.

Status SUCCESS ERROR
Status Code
Memory Usage
Response Time

Response headers.

Response from the server

SQL

No SQL queries executed for this request.

SQL queries executed for this request.

Total Queries
Total Query time ms

SQL queries

{{index+1}}. {{query.time}}ms

POST api/debts/{debt}


HTTP Method POST
URL {{window.location.origin}}/api/debts/{debt}
Controller App\Http\Controllers\Api\Debt\DebtController
Controller Method @pay
Middleware 1 api
Middleware 2 auth:api

LRD Docs


REQUEST URL *required

Enter your request URL with query params


REQUEST BODY *required

JSON body for the POST|PUT|DELETE request


RESPONSE

Response status, code and time.

Status SUCCESS ERROR
Status Code
Memory Usage
Response Time

Response headers.

Response from the server

SQL

No SQL queries executed for this request.

SQL queries executed for this request.

Total Queries
Total Query time ms

SQL queries

{{index+1}}. {{query.time}}ms


HTTP Method GET
URL {{window.location.origin}}/api/debts/{debt}
Controller App\Http\Controllers\Api\Debt\DebtController
Controller Method @show
Middleware 1 api
Middleware 2 auth:api

LRD Docs


REQUEST URL *required

Enter your request URL with query params



RESPONSE

Response status, code and time.

Status SUCCESS ERROR
Status Code
Memory Usage
Response Time

Response headers.

Response from the server

SQL

No SQL queries executed for this request.

SQL queries executed for this request.

Total Queries
Total Query time ms

SQL queries

{{index+1}}. {{query.time}}ms

POST api/delete-firebase-token


HTTP Method POST
URL {{window.location.origin}}/api/delete-firebase-token
Controller App\Http\Controllers\Api\FirebaseUserTokenController
Controller Method @destroy
Middleware 1 api
Middleware 2 auth:api

LRD Docs


No. Attributes Type Nullable Bail Rules
1 token *required String

REQUEST URL *required

Enter your request URL with query params


REQUEST BODY *required

JSON body for the POST|PUT|DELETE request


RESPONSE

Response status, code and time.

Status SUCCESS ERROR
Status Code
Memory Usage
Response Time

Response headers.

Response from the server

SQL

No SQL queries executed for this request.

SQL queries executed for this request.

Total Queries
Total Query time ms

SQL queries

{{index+1}}. {{query.time}}ms

POST api/delete-profile


HTTP Method POST
URL {{window.location.origin}}/api/delete-profile
Controller App\Http\Controllers\Api\UserController
Controller Method @destroy
Middleware 1 api
Middleware 2 auth:api

LRD Docs


REQUEST URL *required

Enter your request URL with query params


REQUEST BODY *required

JSON body for the POST|PUT|DELETE request


RESPONSE

Response status, code and time.

Status SUCCESS ERROR
Status Code
Memory Usage
Response Time

Response headers.

Response from the server

SQL

No SQL queries executed for this request.

SQL queries executed for this request.

Total Queries
Total Query time ms

SQL queries

{{index+1}}. {{query.time}}ms

POST api/delivery


HTTP Method POST
URL {{window.location.origin}}/api/delivery
Controller App\Http\Controllers\Api\DeliveryController
Controller Method @store
Middleware 1 api
Middleware 2 auth:api

LRD Docs


No. Attributes Type Nullable Bail Rules
1 email *required
email | unique:users,email
2 password *required String
min:8 | max:32
3 title *required String
4 ownerName *required String
5 postalCode *required String
6 phone *required
numeric | digits_between:10,12
7 city *required String
8 address *required String
9 latitude *required
numeric
10 longitude *required
numeric

REQUEST URL *required

Enter your request URL with query params


REQUEST BODY *required

JSON body for the POST|PUT|DELETE request


RESPONSE

Response status, code and time.

Status SUCCESS ERROR
Status Code
Memory Usage
Response Time

Response headers.

Response from the server

SQL

No SQL queries executed for this request.

SQL queries executed for this request.

Total Queries
Total Query time ms

SQL queries

{{index+1}}. {{query.time}}ms

POST api/delivery/integration


HTTP Method POST
URL {{window.location.origin}}/api/delivery/integration
Controller App\Http\Controllers\Api\Integration\DeliveryIntegrationController
Controller Method @store
Middleware 1 api
Middleware 2 auth:api

LRD Docs


No. Attributes Type Nullable Bail Rules
1 provider
2 apiKey
3 appId
4 accId
5 merchantId

REQUEST URL *required

Enter your request URL with query params


REQUEST BODY *required

JSON body for the POST|PUT|DELETE request


RESPONSE

Response status, code and time.

Status SUCCESS ERROR
Status Code
Memory Usage
Response Time

Response headers.

Response from the server

SQL

No SQL queries executed for this request.

SQL queries executed for this request.

Total Queries
Total Query time ms

SQL queries

{{index+1}}. {{query.time}}ms


HTTP Method GET
URL {{window.location.origin}}/api/delivery/integration
Controller App\Http\Controllers\Api\Integration\DeliveryIntegrationController
Controller Method @index
Middleware 1 api
Middleware 2 auth:api

LRD Docs


REQUEST URL *required

Enter your request URL with query params



RESPONSE

Response status, code and time.

Status SUCCESS ERROR
Status Code
Memory Usage
Response Time

Response headers.

Response from the server

SQL

No SQL queries executed for this request.

SQL queries executed for this request.

Total Queries
Total Query time ms

SQL queries

{{index+1}}. {{query.time}}ms


HTTP Method DELETE
URL {{window.location.origin}}/api/delivery/integration/{integration}
Controller App\Http\Controllers\Api\Integration\DeliveryIntegrationController
Controller Method @destroy
Middleware 1 api
Middleware 2 auth:api

LRD Docs


REQUEST URL *required

Enter your request URL with query params


REQUEST BODY *required

JSON body for the POST|PUT|DELETE request


RESPONSE

Response status, code and time.

Status SUCCESS ERROR
Status Code
Memory Usage
Response Time

Response headers.

Response from the server

SQL

No SQL queries executed for this request.

SQL queries executed for this request.

Total Queries
Total Query time ms

SQL queries

{{index+1}}. {{query.time}}ms


HTTP Method PUT
URL {{window.location.origin}}/api/delivery/integration/{integration}
Controller App\Http\Controllers\Api\Integration\DeliveryIntegrationController
Controller Method @update
Middleware 1 api
Middleware 2 auth:api

LRD Docs


No. Attributes Type Nullable Bail Rules
1 apiKey *required String
required_if:provider,uberEats,flipdish | prohibited_if:provider,gloriafood,rusHour |
2 appId *required String

REQUEST URL *required

Enter your request URL with query params


REQUEST BODY *required

JSON body for the POST|PUT|DELETE request


RESPONSE

Response status, code and time.

Status SUCCESS ERROR
Status Code
Memory Usage
Response Time

Response headers.

Response from the server

SQL

No SQL queries executed for this request.

SQL queries executed for this request.

Total Queries
Total Query time ms

SQL queries

{{index+1}}. {{query.time}}ms


HTTP Method DELETE
URL {{window.location.origin}}/api/delivery/{delivery}
Controller App\Http\Controllers\Api\DeliveryController
Controller Method @destroy
Middleware 1 api
Middleware 2 auth:api

LRD Docs


REQUEST URL *required

Enter your request URL with query params


REQUEST BODY *required

JSON body for the POST|PUT|DELETE request


RESPONSE

Response status, code and time.

Status SUCCESS ERROR
Status Code
Memory Usage
Response Time

Response headers.

Response from the server

SQL

No SQL queries executed for this request.

SQL queries executed for this request.

Total Queries
Total Query time ms

SQL queries

{{index+1}}. {{query.time}}ms


HTTP Method PUT
URL {{window.location.origin}}/api/delivery/{delivery}
Controller App\Http\Controllers\Api\DeliveryController
Controller Method @update
Middleware 1 api
Middleware 2 auth:api

LRD Docs


No. Attributes Type Nullable Bail Rules
1 title String Nullable
2 phone Nullable
numeric | digits_between:10,12
3 ownerName String Nullable
4 businessType Nullable
in:Delivery company,Fleet - cooperative,Logistic operator
5 postalCode String Nullable
6 city String Nullable
7 address String Nullable
8 latitude Nullable
numeric
9 longitude Nullable
numeric

REQUEST URL *required

Enter your request URL with query params


REQUEST BODY *required

JSON body for the POST|PUT|DELETE request


RESPONSE

Response status, code and time.

Status SUCCESS ERROR
Status Code
Memory Usage
Response Time

Response headers.

Response from the server

SQL

No SQL queries executed for this request.

SQL queries executed for this request.

Total Queries
Total Query time ms

SQL queries

{{index+1}}. {{query.time}}ms

POST api/drop-courier-from-orders


HTTP Method POST
URL {{window.location.origin}}/api/drop-courier-from-orders
Controller App\Http\Controllers\Api\OrderController
Controller Method @dropCourierFromOrders
Middleware 1 api
Middleware 2 auth:api

LRD Docs


No. Attributes Type Nullable Bail Rules
1 orderIds *required Array

REQUEST URL *required

Enter your request URL with query params


REQUEST BODY *required

JSON body for the POST|PUT|DELETE request


RESPONSE

Response status, code and time.

Status SUCCESS ERROR
Status Code
Memory Usage
Response Time

Response headers.

Response from the server

SQL

No SQL queries executed for this request.

SQL queries executed for this request.

Total Queries
Total Query time ms

SQL queries

{{index+1}}. {{query.time}}ms


HTTP Method GET
URL {{window.location.origin}}/api/filtered-orders
Controller App\Http\Controllers\Api\OrderController
Controller Method @getFilteredOrders
Middleware 1 api
Middleware 2 auth:api

LRD Docs


REQUEST URL *required

Enter your request URL with query params



RESPONSE

Response status, code and time.

Status SUCCESS ERROR
Status Code
Memory Usage
Response Time

Response headers.

Response from the server

SQL

No SQL queries executed for this request.

SQL queries executed for this request.

Total Queries
Total Query time ms

SQL queries

{{index+1}}. {{query.time}}ms

POST api/forgot-password


HTTP Method POST
URL {{window.location.origin}}/api/forgot-password
Controller App\Http\Controllers\Api\UserController
Controller Method @forgotPassword
Middleware 1 api
Middleware 2 throttle:6,1

LRD Docs


No. Attributes Type Nullable Bail Rules
1 email *required
email | exists:App\Models\User,email

REQUEST URL *required

Enter your request URL with query params


REQUEST BODY *required

JSON body for the POST|PUT|DELETE request


RESPONSE

Response status, code and time.

Status SUCCESS ERROR
Status Code
Memory Usage
Response Time

Response headers.

Response from the server

SQL

No SQL queries executed for this request.

SQL queries executed for this request.

Total Queries
Total Query time ms

SQL queries

{{index+1}}. {{query.time}}ms


HTTP Method GET
URL {{window.location.origin}}/api/heatmap
Controller App\Http\Controllers\Api\OrderController
Controller Method @heatMap
Middleware 1 api
Middleware 2 auth:api

LRD Docs


No. Attributes Type Nullable Bail Rules
1 days *required Integer
between:1,90
2 merchantId Array Nullable
exists:App\Models\Merchant,id

REQUEST URL *required

Enter your request URL with query params



RESPONSE

Response status, code and time.

Status SUCCESS ERROR
Status Code
Memory Usage
Response Time

Response headers.

Response from the server

SQL

No SQL queries executed for this request.

SQL queries executed for this request.

Total Queries
Total Query time ms

SQL queries

{{index+1}}. {{query.time}}ms

POST api/integration


HTTP Method POST
URL {{window.location.origin}}/api/integration
Controller App\Http\Controllers\Api\Integration\MerchantIntegrationController
Controller Method @store
Middleware 1 api
Middleware 2 auth:api

LRD Docs


No. Attributes Type Nullable Bail Rules
1 provider
2 apiKey
3 accId
4 appId

REQUEST URL *required

Enter your request URL with query params


REQUEST BODY *required

JSON body for the POST|PUT|DELETE request


RESPONSE

Response status, code and time.

Status SUCCESS ERROR
Status Code
Memory Usage
Response Time

Response headers.

Response from the server

SQL

No SQL queries executed for this request.

SQL queries executed for this request.

Total Queries
Total Query time ms

SQL queries

{{index+1}}. {{query.time}}ms


HTTP Method GET
URL {{window.location.origin}}/api/integration
Controller App\Http\Controllers\Api\Integration\MerchantIntegrationController
Controller Method @index
Middleware 1 api
Middleware 2 auth:api

LRD Docs


REQUEST URL *required

Enter your request URL with query params



RESPONSE

Response status, code and time.

Status SUCCESS ERROR
Status Code
Memory Usage
Response Time

Response headers.

Response from the server

SQL

No SQL queries executed for this request.

SQL queries executed for this request.

Total Queries
Total Query time ms

SQL queries

{{index+1}}. {{query.time}}ms

POST api/integration/flipdish-stores


HTTP Method POST
URL {{window.location.origin}}/api/integration/flipdish-stores
Controller App\Http\Controllers\Api\Flipdish\FlipdishStoresController
Controller Method @__invoke
Middleware 1 api
Middleware 2 auth:api

LRD Docs


No. Attributes Type Nullable Bail Rules
1 apiKey
2 appId
3 merchantId

REQUEST URL *required

Enter your request URL with query params


REQUEST BODY *required

JSON body for the POST|PUT|DELETE request


RESPONSE

Response status, code and time.

Status SUCCESS ERROR
Status Code
Memory Usage
Response Time

Response headers.

Response from the server

SQL

No SQL queries executed for this request.

SQL queries executed for this request.

Total Queries
Total Query time ms

SQL queries

{{index+1}}. {{query.time}}ms


HTTP Method DELETE
URL {{window.location.origin}}/api/integration/{integration}
Controller App\Http\Controllers\Api\Integration\MerchantIntegrationController
Controller Method @destroy
Middleware 1 api
Middleware 2 auth:api

LRD Docs


REQUEST URL *required

Enter your request URL with query params


REQUEST BODY *required

JSON body for the POST|PUT|DELETE request


RESPONSE

Response status, code and time.

Status SUCCESS ERROR
Status Code
Memory Usage
Response Time

Response headers.

Response from the server

SQL

No SQL queries executed for this request.

SQL queries executed for this request.

Total Queries
Total Query time ms

SQL queries

{{index+1}}. {{query.time}}ms


HTTP Method PUT
URL {{window.location.origin}}/api/integration/{integration}
Controller App\Http\Controllers\Api\Integration\MerchantIntegrationController
Controller Method @update
Middleware 1 api
Middleware 2 auth:api

LRD Docs


No. Attributes Type Nullable Bail Rules
1 apiKey *required String
required_if:provider,uberEats,flipdish | prohibited_if:provider,gloriafood,rusHour |
2 appId *required String

REQUEST URL *required

Enter your request URL with query params


REQUEST BODY *required

JSON body for the POST|PUT|DELETE request


RESPONSE

Response status, code and time.

Status SUCCESS ERROR
Status Code
Memory Usage
Response Time

Response headers.

Response from the server

SQL

No SQL queries executed for this request.

SQL queries executed for this request.

Total Queries
Total Query time ms

SQL queries

{{index+1}}. {{query.time}}ms


HTTP Method GET
URL {{window.location.origin}}/api/list/business-types
Controller App\Http\Controllers\Api\Lists\BusinessTypeController
Controller Method @__invoke
Middleware 1 api
Middleware 2 auth:api

LRD Docs


REQUEST URL *required

Enter your request URL with query params



RESPONSE

Response status, code and time.

Status SUCCESS ERROR
Status Code
Memory Usage
Response Time

Response headers.

Response from the server

SQL

No SQL queries executed for this request.

SQL queries executed for this request.

Total Queries
Total Query time ms

SQL queries

{{index+1}}. {{query.time}}ms


HTTP Method GET
URL {{window.location.origin}}/api/list/webhooks
Controller App\Http\Controllers\Api\Lists\WebhookProviderController
Controller Method @__invoke
Middleware 1 api
Middleware 2 auth:api

LRD Docs


REQUEST URL *required

Enter your request URL with query params



RESPONSE

Response status, code and time.

Status SUCCESS ERROR
Status Code
Memory Usage
Response Time

Response headers.

Response from the server

SQL

No SQL queries executed for this request.

SQL queries executed for this request.

Total Queries
Total Query time ms

SQL queries

{{index+1}}. {{query.time}}ms

POST api/login


HTTP Method POST
URL {{window.location.origin}}/api/login
Controller App\Http\Controllers\Api\Auth\LoginController
Controller Method @__invoke
Middleware 1 api
Middleware 2 throttle:6,1

LRD Docs


No. Attributes Type Nullable Bail Rules
1 email *required
email | exists:users,email,email_verified_at,NOT_NULL
2 password *required String
min:8 | max:32

REQUEST URL *required

Enter your request URL with query params


REQUEST BODY *required

JSON body for the POST|PUT|DELETE request


RESPONSE

Response status, code and time.

Status SUCCESS ERROR
Status Code
Memory Usage
Response Time

Response headers.

Response from the server

SQL

No SQL queries executed for this request.

SQL queries executed for this request.

Total Queries
Total Query time ms

SQL queries

{{index+1}}. {{query.time}}ms

POST api/logout


HTTP Method POST
URL {{window.location.origin}}/api/logout
Controller App\Http\Controllers\Api\Auth\LogoutController
Controller Method @__invoke
Middleware 1 api
Middleware 2 auth:api

LRD Docs


REQUEST URL *required

Enter your request URL with query params


REQUEST BODY *required

JSON body for the POST|PUT|DELETE request


RESPONSE

Response status, code and time.

Status SUCCESS ERROR
Status Code
Memory Usage
Response Time

Response headers.

Response from the server

SQL

No SQL queries executed for this request.

SQL queries executed for this request.

Total Queries
Total Query time ms

SQL queries

{{index+1}}. {{query.time}}ms

POST api/menu


HTTP Method POST
URL {{window.location.origin}}/api/menu
Controller App\Http\Controllers\Api\Menu\MenuController
Controller Method @store
Middleware 1 api
Middleware 2 auth:api

LRD Docs


REQUEST URL *required

Enter your request URL with query params


REQUEST BODY *required

JSON body for the POST|PUT|DELETE request


RESPONSE

Response status, code and time.

Status SUCCESS ERROR
Status Code
Memory Usage
Response Time

Response headers.

Response from the server

SQL

No SQL queries executed for this request.

SQL queries executed for this request.

Total Queries
Total Query time ms

SQL queries

{{index+1}}. {{query.time}}ms

GET api/menu


HTTP Method GET
URL {{window.location.origin}}/api/menu
Controller App\Http\Controllers\Api\Menu\MenuController
Controller Method @index
Middleware 1 api
Middleware 2 auth:api

LRD Docs


REQUEST URL *required

Enter your request URL with query params



RESPONSE

Response status, code and time.

Status SUCCESS ERROR
Status Code
Memory Usage
Response Time

Response headers.

Response from the server

SQL

No SQL queries executed for this request.

SQL queries executed for this request.

Total Queries
Total Query time ms

SQL queries

{{index+1}}. {{query.time}}ms


HTTP Method DELETE
URL {{window.location.origin}}/api/menu-category/{menu_category}
Controller App\Http\Controllers\Api\Menu\MenuCategoryController
Controller Method @destroy
Middleware 1 api
Middleware 2 auth:api

LRD Docs


REQUEST URL *required

Enter your request URL with query params


REQUEST BODY *required

JSON body for the POST|PUT|DELETE request


RESPONSE

Response status, code and time.

Status SUCCESS ERROR
Status Code
Memory Usage
Response Time

Response headers.

Response from the server

SQL

No SQL queries executed for this request.

SQL queries executed for this request.

Total Queries
Total Query time ms

SQL queries

{{index+1}}. {{query.time}}ms


HTTP Method GET
URL {{window.location.origin}}/api/menu-category/{menu_category}
Controller App\Http\Controllers\Api\Menu\MenuCategoryController
Controller Method @show
Middleware 1 api
Middleware 2 auth:api

LRD Docs


REQUEST URL *required

Enter your request URL with query params



RESPONSE

Response status, code and time.

Status SUCCESS ERROR
Status Code
Memory Usage
Response Time

Response headers.

Response from the server

SQL

No SQL queries executed for this request.

SQL queries executed for this request.

Total Queries
Total Query time ms

SQL queries

{{index+1}}. {{query.time}}ms


HTTP Method PUT
URL {{window.location.origin}}/api/menu-category/{menu_category}
Controller App\Http\Controllers\Api\Menu\MenuCategoryController
Controller Method @update
Middleware 1 api
Middleware 2 auth:api

LRD Docs


No. Attributes Type Nullable Bail Rules
1 enTitle *required String
2 enSubtitle String Nullable

REQUEST URL *required

Enter your request URL with query params


REQUEST BODY *required

JSON body for the POST|PUT|DELETE request


RESPONSE

Response status, code and time.

Status SUCCESS ERROR
Status Code
Memory Usage
Response Time

Response headers.

Response from the server

SQL

No SQL queries executed for this request.

SQL queries executed for this request.

Total Queries
Total Query time ms

SQL queries

{{index+1}}. {{query.time}}ms

POST api/menu-category/{menu_category}/menu-dish


HTTP Method POST
URL {{window.location.origin}}/api/menu-category/{menu_category}/menu-dish
Controller App\Http\Controllers\Api\Menu\MenuDishController
Controller Method @store
Middleware 1 api
Middleware 2 auth:api

LRD Docs


No. Attributes Type Nullable Bail Rules
1 enTitle *required String
2 enDescription String Nullable
3 image *required File
4 price *required
numeric | gt:0
5 isAlcoholic Boolean Nullable

REQUEST URL *required

Enter your request URL with query params


REQUEST BODY *required

JSON body for the POST|PUT|DELETE request


RESPONSE

Response status, code and time.

Status SUCCESS ERROR
Status Code
Memory Usage
Response Time

Response headers.

Response from the server

SQL

No SQL queries executed for this request.

SQL queries executed for this request.

Total Queries
Total Query time ms

SQL queries

{{index+1}}. {{query.time}}ms

POST api/menu-dish/{menuDish}/export


HTTP Method POST
URL {{window.location.origin}}/api/menu-dish/{menuDish}/export
Controller App\Http\Controllers\Api\Menu\ExportMenuController
Controller Method @sendMenuItem
Middleware 1 api
Middleware 2 auth:api

LRD Docs


REQUEST URL *required

Enter your request URL with query params


REQUEST BODY *required

JSON body for the POST|PUT|DELETE request


RESPONSE

Response status, code and time.

Status SUCCESS ERROR
Status Code
Memory Usage
Response Time

Response headers.

Response from the server

SQL

No SQL queries executed for this request.

SQL queries executed for this request.

Total Queries
Total Query time ms

SQL queries

{{index+1}}. {{query.time}}ms


HTTP Method DELETE
URL {{window.location.origin}}/api/menu-dish/{menu_dish}
Controller App\Http\Controllers\Api\Menu\MenuDishController
Controller Method @destroy
Middleware 1 api
Middleware 2 auth:api

LRD Docs


REQUEST URL *required

Enter your request URL with query params


REQUEST BODY *required

JSON body for the POST|PUT|DELETE request


RESPONSE

Response status, code and time.

Status SUCCESS ERROR
Status Code
Memory Usage
Response Time

Response headers.

Response from the server

SQL

No SQL queries executed for this request.

SQL queries executed for this request.

Total Queries
Total Query time ms

SQL queries

{{index+1}}. {{query.time}}ms


HTTP Method GET
URL {{window.location.origin}}/api/menu-dish/{menu_dish}
Controller App\Http\Controllers\Api\Menu\MenuDishController
Controller Method @show
Middleware 1 api
Middleware 2 auth:api

LRD Docs


REQUEST URL *required

Enter your request URL with query params



RESPONSE

Response status, code and time.

Status SUCCESS ERROR
Status Code
Memory Usage
Response Time

Response headers.

Response from the server

SQL

No SQL queries executed for this request.

SQL queries executed for this request.

Total Queries
Total Query time ms

SQL queries

{{index+1}}. {{query.time}}ms


HTTP Method PUT
URL {{window.location.origin}}/api/menu-dish/{menu_dish}
Controller App\Http\Controllers\Api\Menu\MenuDishController
Controller Method @update
Middleware 1 api
Middleware 2 auth:api

LRD Docs


No. Attributes Type Nullable Bail Rules
1 enTitle *required String
2 enDescription String Nullable
3 image File Nullable
4 price *required
numeric | gt:0
5 isAlcoholic Boolean Nullable

REQUEST URL *required

Enter your request URL with query params


REQUEST BODY *required

JSON body for the POST|PUT|DELETE request


RESPONSE

Response status, code and time.

Status SUCCESS ERROR
Status Code
Memory Usage
Response Time

Response headers.

Response from the server

SQL

No SQL queries executed for this request.

SQL queries executed for this request.

Total Queries
Total Query time ms

SQL queries

{{index+1}}. {{query.time}}ms

POST api/menu/export


HTTP Method POST
URL {{window.location.origin}}/api/menu/export
Controller App\Http\Controllers\Api\Menu\ExportMenuController
Controller Method @sendMenu
Middleware 1 api
Middleware 2 auth:api

LRD Docs


REQUEST URL *required

Enter your request URL with query params


REQUEST BODY *required

JSON body for the POST|PUT|DELETE request


RESPONSE

Response status, code and time.

Status SUCCESS ERROR
Status Code
Memory Usage
Response Time

Response headers.

Response from the server

SQL

No SQL queries executed for this request.

SQL queries executed for this request.

Total Queries
Total Query time ms

SQL queries

{{index+1}}. {{query.time}}ms

POST api/menu/{menu}/menu-category


HTTP Method POST
URL {{window.location.origin}}/api/menu/{menu}/menu-category
Controller App\Http\Controllers\Api\Menu\MenuCategoryController
Controller Method @store
Middleware 1 api
Middleware 2 auth:api

LRD Docs


No. Attributes Type Nullable Bail Rules
1 enTitle *required String
2 enSubtitle String Nullable

REQUEST URL *required

Enter your request URL with query params


REQUEST BODY *required

JSON body for the POST|PUT|DELETE request


RESPONSE

Response status, code and time.

Status SUCCESS ERROR
Status Code
Memory Usage
Response Time

Response headers.

Response from the server

SQL

No SQL queries executed for this request.

SQL queries executed for this request.

Total Queries
Total Query time ms

SQL queries

{{index+1}}. {{query.time}}ms

POST api/merchant


HTTP Method POST
URL {{window.location.origin}}/api/merchant
Controller App\Http\Controllers\Api\MerchantController
Controller Method @store
Middleware 1 api
Middleware 2 auth:api

LRD Docs


No. Attributes Type Nullable Bail Rules
1 email *required
email | unique:users,email
2 password *required String
min:8 | max:32
3 title *required String
4 phone *required
numeric | digits_between:10,12
5 businessType
in:Restaurant,Dark kitchen,Grocery,Meal prep,Bakery & Pastry,Catering,Fast-food
6 postalCode *required String
7 city *required String
8 address *required String
9 latitude *required
numeric
10 longitude *required
numeric

REQUEST URL *required

Enter your request URL with query params


REQUEST BODY *required

JSON body for the POST|PUT|DELETE request


RESPONSE

Response status, code and time.

Status SUCCESS ERROR
Status Code
Memory Usage
Response Time

Response headers.

Response from the server

SQL

No SQL queries executed for this request.

SQL queries executed for this request.

Total Queries
Total Query time ms

SQL queries

{{index+1}}. {{query.time}}ms


HTTP Method GET
URL {{window.location.origin}}/api/merchant
Controller App\Http\Controllers\Api\MerchantController
Controller Method @index
Middleware 1 api
Middleware 2 auth:api

LRD Docs


REQUEST URL *required

Enter your request URL with query params



RESPONSE

Response status, code and time.

Status SUCCESS ERROR
Status Code
Memory Usage
Response Time

Response headers.

Response from the server

SQL

No SQL queries executed for this request.

SQL queries executed for this request.

Total Queries
Total Query time ms

SQL queries

{{index+1}}. {{query.time}}ms


HTTP Method DELETE
URL {{window.location.origin}}/api/merchant/{merchant}
Controller App\Http\Controllers\Api\MerchantController
Controller Method @destroy
Middleware 1 api
Middleware 2 auth:api

LRD Docs


REQUEST URL *required

Enter your request URL with query params


REQUEST BODY *required

JSON body for the POST|PUT|DELETE request


RESPONSE

Response status, code and time.

Status SUCCESS ERROR
Status Code
Memory Usage
Response Time

Response headers.

Response from the server

SQL

No SQL queries executed for this request.

SQL queries executed for this request.

Total Queries
Total Query time ms

SQL queries

{{index+1}}. {{query.time}}ms


HTTP Method GET
URL {{window.location.origin}}/api/merchant/{merchant}
Controller App\Http\Controllers\Api\MerchantController
Controller Method @show
Middleware 1 api
Middleware 2 auth:api

LRD Docs


REQUEST URL *required

Enter your request URL with query params



RESPONSE

Response status, code and time.

Status SUCCESS ERROR
Status Code
Memory Usage
Response Time

Response headers.

Response from the server

SQL

No SQL queries executed for this request.

SQL queries executed for this request.

Total Queries
Total Query time ms

SQL queries

{{index+1}}. {{query.time}}ms


HTTP Method PUT
URL {{window.location.origin}}/api/merchant/{merchant}
Controller App\Http\Controllers\Api\MerchantController
Controller Method @update
Middleware 1 api
Middleware 2 auth:api

LRD Docs


No. Attributes Type Nullable Bail Rules
1 title String Nullable
2 phone Nullable
numeric | digits_between:10,12
3 businessType Nullable
in:Restaurant,Dark kitchen,Grocery,Meal prep,Bakery & Pastry,Catering,Fast-food
4 postalCode String Nullable
5 city String Nullable
6 address String Nullable
7 latitude Nullable
numeric
8 longitude Nullable
numeric

REQUEST URL *required

Enter your request URL with query params


REQUEST BODY *required

JSON body for the POST|PUT|DELETE request


RESPONSE

Response status, code and time.

Status SUCCESS ERROR
Status Code
Memory Usage
Response Time

Response headers.

Response from the server

SQL

No SQL queries executed for this request.

SQL queries executed for this request.

Total Queries
Total Query time ms

SQL queries

{{index+1}}. {{query.time}}ms


HTTP Method GET
URL {{window.location.origin}}/api/merchants-for-delivery
Controller App\Http\Controllers\Api\MerchantController
Controller Method @indexForDelivery
Middleware 1 api
Middleware 2 auth:api

LRD Docs


REQUEST URL *required

Enter your request URL with query params



RESPONSE

Response status, code and time.

Status SUCCESS ERROR
Status Code
Memory Usage
Response Time

Response headers.

Response from the server

SQL

No SQL queries executed for this request.

SQL queries executed for this request.

Total Queries
Total Query time ms

SQL queries

{{index+1}}. {{query.time}}ms


HTTP Method GET
URL {{window.location.origin}}/api/not-assigned-orders-for-delivery
Controller App\Http\Controllers\Api\OrderController
Controller Method @notAssignedOrdersForDelivery
Middleware 1 api
Middleware 2 auth:api

LRD Docs


REQUEST URL *required

Enter your request URL with query params



RESPONSE

Response status, code and time.

Status SUCCESS ERROR
Status Code
Memory Usage
Response Time

Response headers.

Response from the server

SQL

No SQL queries executed for this request.

SQL queries executed for this request.

Total Queries
Total Query time ms

SQL queries

{{index+1}}. {{query.time}}ms


HTTP Method GET
URL {{window.location.origin}}/api/not-assigned-orders-for-merchant
Controller App\Http\Controllers\Api\OrderController
Controller Method @notAssignedOrdersForMerchant
Middleware 1 api
Middleware 2 auth:api

LRD Docs


REQUEST URL *required

Enter your request URL with query params



RESPONSE

Response status, code and time.

Status SUCCESS ERROR
Status Code
Memory Usage
Response Time

Response headers.

Response from the server

SQL

No SQL queries executed for this request.

SQL queries executed for this request.

Total Queries
Total Query time ms

SQL queries

{{index+1}}. {{query.time}}ms


HTTP Method GET
URL {{window.location.origin}}/api/notification
Controller App\Http\Controllers\Api\NotificationController
Controller Method @index
Middleware 1 api
Middleware 2 auth:api

LRD Docs


No. Attributes Type Nullable Bail Rules
1 date Nullable
int

REQUEST URL *required

Enter your request URL with query params



RESPONSE

Response status, code and time.

Status SUCCESS ERROR
Status Code
Memory Usage
Response Time

Response headers.

Response from the server

SQL

No SQL queries executed for this request.

SQL queries executed for this request.

Total Queries
Total Query time ms

SQL queries

{{index+1}}. {{query.time}}ms


HTTP Method GET
URL {{window.location.origin}}/api/notification-count
Controller App\Http\Controllers\Api\NotificationController
Controller Method @getCount
Middleware 1 api
Middleware 2 auth:api

LRD Docs


REQUEST URL *required

Enter your request URL with query params



RESPONSE

Response status, code and time.

Status SUCCESS ERROR
Status Code
Memory Usage
Response Time

Response headers.

Response from the server

SQL

No SQL queries executed for this request.

SQL queries executed for this request.

Total Queries
Total Query time ms

SQL queries

{{index+1}}. {{query.time}}ms

POST api/notification-mark-read


HTTP Method POST
URL {{window.location.origin}}/api/notification-mark-read
Controller App\Http\Controllers\Api\NotificationController
Controller Method @markRead
Middleware 1 api
Middleware 2 auth:api

LRD Docs


No. Attributes Type Nullable Bail Rules
1 notificationIds Array Nullable

REQUEST URL *required

Enter your request URL with query params


REQUEST BODY *required

JSON body for the POST|PUT|DELETE request


RESPONSE

Response status, code and time.

Status SUCCESS ERROR
Status Code
Memory Usage
Response Time

Response headers.

Response from the server

SQL

No SQL queries executed for this request.

SQL queries executed for this request.

Total Queries
Total Query time ms

SQL queries

{{index+1}}. {{query.time}}ms

POST api/orders


HTTP Method POST
URL {{window.location.origin}}/api/orders
Controller App\Http\Controllers\Api\OrderController
Controller Method @store
Middleware 1 api
Middleware 2 auth:api

LRD Docs


No. Attributes Type Nullable Bail Rules
1 customerName *required String
2 customerPhone *required
numeric | digits_between:10,12
3 customerCity Nullable
city
4 customerEmail Nullable
email
5 customerAddress *required String
6 customerAddressLatitude *required
numeric
7 customerAddressLongitude *required
numeric
8 pickupTime *required
int
9 remindTime Nullable
int
10 paymentMethod String Nullable
11 totalPrice *required
numeric
12 additionalInfo String Nullable
max:256
13 status Nullable
Illuminate\Validation\Rules\In
14 orderDetails *required Array
15 orderDetails.*.productName *required String
16 orderDetails.*.productPrice *required
numeric
17 orderDetails.*.productQuantity *required
numeric | min:1
18 merchantId Nullable
int | exists:App\Models\Merchant,id

REQUEST URL *required

Enter your request URL with query params


REQUEST BODY *required

JSON body for the POST|PUT|DELETE request


RESPONSE

Response status, code and time.

Status SUCCESS ERROR
Status Code
Memory Usage
Response Time

Response headers.

Response from the server

SQL

No SQL queries executed for this request.

SQL queries executed for this request.

Total Queries
Total Query time ms

SQL queries

{{index+1}}. {{query.time}}ms


HTTP Method GET
URL {{window.location.origin}}/api/orders
Controller App\Http\Controllers\Api\OrderController
Controller Method @index
Middleware 1 api
Middleware 2 auth:api

LRD Docs


No. Attributes Type Nullable Bail Rules
1 status Nullable
Illuminate\Validation\Rules\In

REQUEST URL *required

Enter your request URL with query params



RESPONSE

Response status, code and time.

Status SUCCESS ERROR
Status Code
Memory Usage
Response Time

Response headers.

Response from the server

SQL

No SQL queries executed for this request.

SQL queries executed for this request.

Total Queries
Total Query time ms

SQL queries

{{index+1}}. {{query.time}}ms


HTTP Method GET
URL {{window.location.origin}}/api/orders-for-courier
Controller App\Http\Controllers\Api\OrderController
Controller Method @getCourierOrders
Middleware 1 api
Middleware 2 auth:api

LRD Docs


No. Attributes Type Nullable Bail Rules
1 date Date Nullable
date_format:Y-m-d

REQUEST URL *required

Enter your request URL with query params



RESPONSE

Response status, code and time.

Status SUCCESS ERROR
Status Code
Memory Usage
Response Time

Response headers.

Response from the server

SQL

No SQL queries executed for this request.

SQL queries executed for this request.

Total Queries
Total Query time ms

SQL queries

{{index+1}}. {{query.time}}ms


HTTP Method GET
URL {{window.location.origin}}/api/orders-for-courier/{order}
Controller App\Http\Controllers\Api\OrderController
Controller Method @showCourierOrder
Middleware 1 api
Middleware 2 auth:api

LRD Docs


REQUEST URL *required

Enter your request URL with query params



RESPONSE

Response status, code and time.

Status SUCCESS ERROR
Status Code
Memory Usage
Response Time

Response headers.

Response from the server

SQL

No SQL queries executed for this request.

SQL queries executed for this request.

Total Queries
Total Query time ms

SQL queries

{{index+1}}. {{query.time}}ms


HTTP Method GET
URL {{window.location.origin}}/api/orders-for-delivery
Controller App\Http\Controllers\Api\OrderController
Controller Method @indexForDelivery
Middleware 1 api
Middleware 2 auth:api

LRD Docs


No. Attributes Type Nullable Bail Rules
1 status Nullable
Illuminate\Validation\Rules\In

REQUEST URL *required

Enter your request URL with query params



RESPONSE

Response status, code and time.

Status SUCCESS ERROR
Status Code
Memory Usage
Response Time

Response headers.

Response from the server

SQL

No SQL queries executed for this request.

SQL queries executed for this request.

Total Queries
Total Query time ms

SQL queries

{{index+1}}. {{query.time}}ms


HTTP Method GET
URL {{window.location.origin}}/api/orders-for-delivery/{order}
Controller App\Http\Controllers\Api\OrderController
Controller Method @showForDelivery
Middleware 1 api
Middleware 2 auth:api

LRD Docs


REQUEST URL *required

Enter your request URL with query params



RESPONSE

Response status, code and time.

Status SUCCESS ERROR
Status Code
Memory Usage
Response Time

Response headers.

Response from the server

SQL

No SQL queries executed for this request.

SQL queries executed for this request.

Total Queries
Total Query time ms

SQL queries

{{index+1}}. {{query.time}}ms


HTTP Method GET
URL {{window.location.origin}}/api/orders/small
Controller App\Http\Controllers\Api\OrderController
Controller Method @viewSmallList
Middleware 1 api
Middleware 2 auth:api

LRD Docs


REQUEST URL *required

Enter your request URL with query params



RESPONSE

Response status, code and time.

Status SUCCESS ERROR
Status Code
Memory Usage
Response Time

Response headers.

Response from the server

SQL

No SQL queries executed for this request.

SQL queries executed for this request.

Total Queries
Total Query time ms

SQL queries

{{index+1}}. {{query.time}}ms


HTTP Method DELETE
URL {{window.location.origin}}/api/orders/{order}
Controller App\Http\Controllers\Api\OrderController
Controller Method @destroy
Middleware 1 api
Middleware 2 auth:api

LRD Docs


REQUEST URL *required

Enter your request URL with query params


REQUEST BODY *required

JSON body for the POST|PUT|DELETE request


RESPONSE

Response status, code and time.

Status SUCCESS ERROR
Status Code
Memory Usage
Response Time

Response headers.

Response from the server

SQL

No SQL queries executed for this request.

SQL queries executed for this request.

Total Queries
Total Query time ms

SQL queries

{{index+1}}. {{query.time}}ms


HTTP Method GET
URL {{window.location.origin}}/api/orders/{order}
Controller App\Http\Controllers\Api\OrderController
Controller Method @show
Middleware 1 api
Middleware 2 auth:api

LRD Docs


REQUEST URL *required

Enter your request URL with query params



RESPONSE

Response status, code and time.

Status SUCCESS ERROR
Status Code
Memory Usage
Response Time

Response headers.

Response from the server

SQL

No SQL queries executed for this request.

SQL queries executed for this request.

Total Queries
Total Query time ms

SQL queries

{{index+1}}. {{query.time}}ms


HTTP Method PUT
URL {{window.location.origin}}/api/orders/{order}
Controller App\Http\Controllers\Api\OrderController
Controller Method @update
Middleware 1 api
Middleware 2 auth:api

LRD Docs


No. Attributes Type Nullable Bail Rules
1 status *required
Illuminate\Validation\Rules\In

REQUEST URL *required

Enter your request URL with query params


REQUEST BODY *required

JSON body for the POST|PUT|DELETE request


RESPONSE

Response status, code and time.

Status SUCCESS ERROR
Status Code
Memory Usage
Response Time

Response headers.

Response from the server

SQL

No SQL queries executed for this request.

SQL queries executed for this request.

Total Queries
Total Query time ms

SQL queries

{{index+1}}. {{query.time}}ms


HTTP Method GET
URL {{window.location.origin}}/api/orders/{order}/delivery-estimation
Controller App\Http\Controllers\Api\OrderDeliveryController
Controller Method @__invoke
Middleware 1 api
Middleware 2 auth:api

LRD Docs


REQUEST URL *required

Enter your request URL with query params



RESPONSE

Response status, code and time.

Status SUCCESS ERROR
Status Code
Memory Usage
Response Time

Response headers.

Response from the server

SQL

No SQL queries executed for this request.

SQL queries executed for this request.

Total Queries
Total Query time ms

SQL queries

{{index+1}}. {{query.time}}ms

GET api/plans


HTTP Method GET
URL {{window.location.origin}}/api/plans
Controller App\Http\Controllers\Api\Subscriptions\PlanController
Controller Method @__invoke
Middleware 1 api
Middleware 2 auth:api

LRD Docs


REQUEST URL *required

Enter your request URL with query params



RESPONSE

Response status, code and time.

Status SUCCESS ERROR
Status Code
Memory Usage
Response Time

Response headers.

Response from the server

SQL

No SQL queries executed for this request.

SQL queries executed for this request.

Total Queries
Total Query time ms

SQL queries

{{index+1}}. {{query.time}}ms

POST api/pricing


HTTP Method POST
URL {{window.location.origin}}/api/pricing
Controller App\Http\Controllers\Api\Pricing\PricingController
Controller Method @store
Middleware 1 api
Middleware 2 auth:api
Middleware 3 exceptStartPlan

LRD Docs


No. Attributes Type Nullable Bail Rules
1 name
2 description
3 baseFare
4 farePerKm
5 freeDistance
6 freeWaitingMinutes
7 waitingFarePerMinute
8 badWeather
9 payPerTask
10 merchantIds.*
11 isDefault

REQUEST URL *required

Enter your request URL with query params


REQUEST BODY *required

JSON body for the POST|PUT|DELETE request


RESPONSE

Response status, code and time.

Status SUCCESS ERROR
Status Code
Memory Usage
Response Time

Response headers.

Response from the server

SQL

No SQL queries executed for this request.

SQL queries executed for this request.

Total Queries
Total Query time ms

SQL queries

{{index+1}}. {{query.time}}ms


HTTP Method GET
URL {{window.location.origin}}/api/pricing
Controller App\Http\Controllers\Api\Pricing\PricingController
Controller Method @index
Middleware 1 api
Middleware 2 auth:api

LRD Docs


REQUEST URL *required

Enter your request URL with query params



RESPONSE

Response status, code and time.

Status SUCCESS ERROR
Status Code
Memory Usage
Response Time

Response headers.

Response from the server

SQL

No SQL queries executed for this request.

SQL queries executed for this request.

Total Queries
Total Query time ms

SQL queries

{{index+1}}. {{query.time}}ms

POST api/pricing/set-as-default/{pricing}


HTTP Method POST
URL {{window.location.origin}}/api/pricing/set-as-default/{pricing}
Controller App\Http\Controllers\Api\Pricing\PricingController
Controller Method @setAsDefault
Middleware 1 api
Middleware 2 auth:api
Middleware 3 exceptStartPlan

LRD Docs


REQUEST URL *required

Enter your request URL with query params


REQUEST BODY *required

JSON body for the POST|PUT|DELETE request


RESPONSE

Response status, code and time.

Status SUCCESS ERROR
Status Code
Memory Usage
Response Time

Response headers.

Response from the server

SQL

No SQL queries executed for this request.

SQL queries executed for this request.

Total Queries
Total Query time ms

SQL queries

{{index+1}}. {{query.time}}ms


HTTP Method DELETE
URL {{window.location.origin}}/api/pricing/{pricing}
Controller App\Http\Controllers\Api\Pricing\PricingController
Controller Method @destroy
Middleware 1 api
Middleware 2 auth:api
Middleware 3 exceptStartPlan

LRD Docs


REQUEST URL *required

Enter your request URL with query params


REQUEST BODY *required

JSON body for the POST|PUT|DELETE request


RESPONSE

Response status, code and time.

Status SUCCESS ERROR
Status Code
Memory Usage
Response Time

Response headers.

Response from the server

SQL

No SQL queries executed for this request.

SQL queries executed for this request.

Total Queries
Total Query time ms

SQL queries

{{index+1}}. {{query.time}}ms


HTTP Method GET
URL {{window.location.origin}}/api/pricing/{pricing}
Controller App\Http\Controllers\Api\Pricing\PricingController
Controller Method @show
Middleware 1 api
Middleware 2 auth:api

LRD Docs


REQUEST URL *required

Enter your request URL with query params



RESPONSE

Response status, code and time.

Status SUCCESS ERROR
Status Code
Memory Usage
Response Time

Response headers.

Response from the server

SQL

No SQL queries executed for this request.

SQL queries executed for this request.

Total Queries
Total Query time ms

SQL queries

{{index+1}}. {{query.time}}ms


HTTP Method PUT
URL {{window.location.origin}}/api/pricing/{pricing}
Controller App\Http\Controllers\Api\Pricing\PricingController
Controller Method @update
Middleware 1 api
Middleware 2 auth:api
Middleware 3 exceptStartPlan

LRD Docs


No. Attributes Type Nullable Bail Rules
1 name
2 description
3 baseFare
4 freeDistance
5 farePerKm
6 freeWaitingMinutes
7 waitingFarePerMinute
8 badWeather
9 payPerTask
10 merchantIds.*

REQUEST URL *required

Enter your request URL with query params


REQUEST BODY *required

JSON body for the POST|PUT|DELETE request


RESPONSE

Response status, code and time.

Status SUCCESS ERROR
Status Code
Memory Usage
Response Time

Response headers.

Response from the server

SQL

No SQL queries executed for this request.

SQL queries executed for this request.

Total Queries
Total Query time ms

SQL queries

{{index+1}}. {{query.time}}ms


HTTP Method GET
URL {{window.location.origin}}/api/real-time-statistic
Controller App\Http\Controllers\Api\StatisticController
Controller Method @realTimeStatistic
Middleware 1 api
Middleware 2 auth:api

LRD Docs


REQUEST URL *required

Enter your request URL with query params



RESPONSE

Response status, code and time.

Status SUCCESS ERROR
Status Code
Memory Usage
Response Time

Response headers.

Response from the server

SQL

No SQL queries executed for this request.

SQL queries executed for this request.

Total Queries
Total Query time ms

SQL queries

{{index+1}}. {{query.time}}ms


HTTP Method GET
URL {{window.location.origin}}/api/real-time-statistic-for-delivery
Controller App\Http\Controllers\Api\StatisticController
Controller Method @realTimeStatisticForDelivery
Middleware 1 api
Middleware 2 auth:api

LRD Docs


REQUEST URL *required

Enter your request URL with query params



RESPONSE

Response status, code and time.

Status SUCCESS ERROR
Status Code
Memory Usage
Response Time

Response headers.

Response from the server

SQL

No SQL queries executed for this request.

SQL queries executed for this request.

Total Queries
Total Query time ms

SQL queries

{{index+1}}. {{query.time}}ms

POST api/register


HTTP Method POST
URL {{window.location.origin}}/api/register
Controller App\Http\Controllers\Api\Auth\RegisterController
Controller Method @__invoke
Middleware 1 api

LRD Docs


No. Attributes Type Nullable Bail Rules
1 postalCode
2 type
3 email
4 password
5 title
6 phone
7 businessType
8 city
9 address
10 latitude
11 longitude
12 ownerName

REQUEST URL *required

Enter your request URL with query params


REQUEST BODY *required

JSON body for the POST|PUT|DELETE request


RESPONSE

Response status, code and time.

Status SUCCESS ERROR
Status Code
Memory Usage
Response Time

Response headers.

Response from the server

SQL

No SQL queries executed for this request.

SQL queries executed for this request.

Total Queries
Total Query time ms

SQL queries

{{index+1}}. {{query.time}}ms


HTTP Method GET
URL {{window.location.origin}}/api/request-docs
Controller Rakutentech\LaravelRequestDocs\Controllers\LaravelRequestDocsController
Controller Method @index

LRD Docs


REQUEST URL *required

Enter your request URL with query params



RESPONSE

Response status, code and time.

Status SUCCESS ERROR
Status Code
Memory Usage
Response Time

Response headers.

Response from the server

SQL

No SQL queries executed for this request.

SQL queries executed for this request.

Total Queries
Total Query time ms

SQL queries

{{index+1}}. {{query.time}}ms

POST api/save-firebase-token


HTTP Method POST
URL {{window.location.origin}}/api/save-firebase-token
Controller App\Http\Controllers\Api\FirebaseUserTokenController
Controller Method @store
Middleware 1 api
Middleware 2 auth:api

LRD Docs


No. Attributes Type Nullable Bail Rules
1 token *required String

REQUEST URL *required

Enter your request URL with query params


REQUEST BODY *required

JSON body for the POST|PUT|DELETE request


RESPONSE

Response status, code and time.

Status SUCCESS ERROR
Status Code
Memory Usage
Response Time

Response headers.

Response from the server

SQL

No SQL queries executed for this request.

SQL queries executed for this request.

Total Queries
Total Query time ms

SQL queries

{{index+1}}. {{query.time}}ms

POST api/send-order-to-courier


HTTP Method POST
URL {{window.location.origin}}/api/send-order-to-courier
Controller App\Http\Controllers\Api\OrderController
Controller Method @sendOrdersToCourier
Middleware 1 api
Middleware 2 auth:api

LRD Docs


No. Attributes Type Nullable Bail Rules
1 orderIds *required Array

REQUEST URL *required

Enter your request URL with query params


REQUEST BODY *required

JSON body for the POST|PUT|DELETE request


RESPONSE

Response status, code and time.

Status SUCCESS ERROR
Status Code
Memory Usage
Response Time

Response headers.

Response from the server

SQL

No SQL queries executed for this request.

SQL queries executed for this request.

Total Queries
Total Query time ms

SQL queries

{{index+1}}. {{query.time}}ms

POST api/settings/courier-assignment


HTTP Method POST
URL {{window.location.origin}}/api/settings/courier-assignment
Controller App\Http\Controllers\Api\Settings\CourierAssignmentSettingsController
Controller Method @store
Middleware 1 api
Middleware 2 auth:api
Middleware 3 exceptStartPlan

LRD Docs


No. Attributes Type Nullable Bail Rules
1 settingName *required
in:NEAREST,ONE_BY_ONE,SEND_TO_ALL
2 isActive Nullable
bool
3 startAfter *required Integer
4 expireIn *required
required_if:settingName,SEND_TO_ALL,name,ONE_BY_ONE | prohibited_if:settingName,NEAREST | int
5 radius *required
required_if:settingName,NEAREST | prohibited_if:settingName,SEND_TO_ALL,name,ONE_BY_ONE | numeric
6 retries *required Integer
required_if:settingName,ONE_BY_ONE | prohibited_if:settingName,NEAREST,name,SEND_TO_ALL |

REQUEST URL *required

Enter your request URL with query params


REQUEST BODY *required

JSON body for the POST|PUT|DELETE request


RESPONSE

Response status, code and time.

Status SUCCESS ERROR
Status Code
Memory Usage
Response Time

Response headers.

Response from the server

SQL

No SQL queries executed for this request.

SQL queries executed for this request.

Total Queries
Total Query time ms

SQL queries

{{index+1}}. {{query.time}}ms


HTTP Method GET
URL {{window.location.origin}}/api/settings/courier-assignment
Controller App\Http\Controllers\Api\Settings\CourierAssignmentSettingsController
Controller Method @index
Middleware 1 api
Middleware 2 auth:api

LRD Docs


REQUEST URL *required

Enter your request URL with query params



RESPONSE

Response status, code and time.

Status SUCCESS ERROR
Status Code
Memory Usage
Response Time

Response headers.

Response from the server

SQL

No SQL queries executed for this request.

SQL queries executed for this request.

Total Queries
Total Query time ms

SQL queries

{{index+1}}. {{query.time}}ms


HTTP Method PUT
URL {{window.location.origin}}/api/settings/courier-assignment/{courier_assignment}
Controller App\Http\Controllers\Api\Settings\CourierAssignmentSettingsController
Controller Method @update
Middleware 1 api
Middleware 2 auth:api
Middleware 3 exceptStartPlan

LRD Docs


No. Attributes Type Nullable Bail Rules
1 settingName *required
in:NEAREST,ONE_BY_ONE,SEND_TO_ALL
2 isActive Nullable
bool
3 startAfter *required Integer
4 expireIn *required
required_if:settingName,SEND_TO_ALL,name,ONE_BY_ONE | prohibited_if:settingName,NEAREST | int
5 radius *required
required_if:settingName,NEAREST | prohibited_if:settingName,SEND_TO_ALL,name,ONE_BY_ONE | numeric
6 retries *required Integer
required_if:settingName,ONE_BY_ONE | prohibited_if:settingName,NEAREST,name,SEND_TO_ALL |

REQUEST URL *required

Enter your request URL with query params


REQUEST BODY *required

JSON body for the POST|PUT|DELETE request


RESPONSE

Response status, code and time.

Status SUCCESS ERROR
Status Code
Memory Usage
Response Time

Response headers.

Response from the server

SQL

No SQL queries executed for this request.

SQL queries executed for this request.

Total Queries
Total Query time ms

SQL queries

{{index+1}}. {{query.time}}ms

POST api/settings/disable-settings


HTTP Method POST
URL {{window.location.origin}}/api/settings/disable-settings
Controller App\Http\Controllers\Api\Settings\CourierAssignmentSettingsController
Controller Method @disableSettings
Middleware 1 api
Middleware 2 auth:api

LRD Docs


REQUEST URL *required

Enter your request URL with query params


REQUEST BODY *required

JSON body for the POST|PUT|DELETE request


RESPONSE

Response status, code and time.

Status SUCCESS ERROR
Status Code
Memory Usage
Response Time

Response headers.

Response from the server

SQL

No SQL queries executed for this request.

SQL queries executed for this request.

Total Queries
Total Query time ms

SQL queries

{{index+1}}. {{query.time}}ms

POST api/settings/enable-settings


HTTP Method POST
URL {{window.location.origin}}/api/settings/enable-settings
Controller App\Http\Controllers\Api\Settings\CourierAssignmentSettingsController
Controller Method @enableSettings
Middleware 1 api
Middleware 2 auth:api

LRD Docs


No. Attributes Type Nullable Bail Rules
1 settingId Nullable
int | exists:App\Models\Settings\CourierAssignmentSetting,id

REQUEST URL *required

Enter your request URL with query params


REQUEST BODY *required

JSON body for the POST|PUT|DELETE request


RESPONSE

Response status, code and time.

Status SUCCESS ERROR
Status Code
Memory Usage
Response Time

Response headers.

Response from the server

SQL

No SQL queries executed for this request.

SQL queries executed for this request.

Total Queries
Total Query time ms

SQL queries

{{index+1}}. {{query.time}}ms

POST api/settings/promo


HTTP Method POST
URL {{window.location.origin}}/api/settings/promo
Controller App\Http\Controllers\Api\Settings\PromoSettingsController
Controller Method @store
Middleware 1 api
Middleware 2 auth:api
Middleware 3 exceptStartPlan

LRD Docs


No. Attributes Type Nullable Bail Rules
1 link
2 type
3 text
4 image
5 isActive

REQUEST URL *required

Enter your request URL with query params


REQUEST BODY *required

JSON body for the POST|PUT|DELETE request


RESPONSE

Response status, code and time.

Status SUCCESS ERROR
Status Code
Memory Usage
Response Time

Response headers.

Response from the server

SQL

No SQL queries executed for this request.

SQL queries executed for this request.

Total Queries
Total Query time ms

SQL queries

{{index+1}}. {{query.time}}ms


HTTP Method GET
URL {{window.location.origin}}/api/settings/promo
Controller App\Http\Controllers\Api\Settings\PromoSettingsController
Controller Method @index
Middleware 1 api
Middleware 2 auth:api
Middleware 3 exceptStartPlan

LRD Docs


REQUEST URL *required

Enter your request URL with query params



RESPONSE

Response status, code and time.

Status SUCCESS ERROR
Status Code
Memory Usage
Response Time

Response headers.

Response from the server

SQL

No SQL queries executed for this request.

SQL queries executed for this request.

Total Queries
Total Query time ms

SQL queries

{{index+1}}. {{query.time}}ms

POST api/settings/promo/deactivate


HTTP Method POST
URL {{window.location.origin}}/api/settings/promo/deactivate
Controller App\Http\Controllers\Api\Settings\PromoSettingsController
Controller Method @deactivate
Middleware 1 api
Middleware 2 auth:api

LRD Docs


REQUEST URL *required

Enter your request URL with query params


REQUEST BODY *required

JSON body for the POST|PUT|DELETE request


RESPONSE

Response status, code and time.

Status SUCCESS ERROR
Status Code
Memory Usage
Response Time

Response headers.

Response from the server

SQL

No SQL queries executed for this request.

SQL queries executed for this request.

Total Queries
Total Query time ms

SQL queries

{{index+1}}. {{query.time}}ms


HTTP Method PUT
URL {{window.location.origin}}/api/settings/promo/{promo}
Controller App\Http\Controllers\Api\Settings\PromoSettingsController
Controller Method @update
Middleware 1 api
Middleware 2 auth:api
Middleware 3 exceptStartPlan

LRD Docs


No. Attributes Type Nullable Bail Rules
1 link
2 type
3 text
4 image
5 isActive

REQUEST URL *required

Enter your request URL with query params


REQUEST BODY *required

JSON body for the POST|PUT|DELETE request


RESPONSE

Response status, code and time.

Status SUCCESS ERROR
Status Code
Memory Usage
Response Time

Response headers.

Response from the server

SQL

No SQL queries executed for this request.

SQL queries executed for this request.

Total Queries
Total Query time ms

SQL queries

{{index+1}}. {{query.time}}ms

POST api/store-courier-by-delivery


HTTP Method POST
URL {{window.location.origin}}/api/store-courier-by-delivery
Controller App\Http\Controllers\Api\CourierController
Controller Method @storeByDelivery
Middleware 1 api
Middleware 2 auth:api

LRD Docs


No. Attributes Type Nullable Bail Rules
1 email *required
email | unique:users,email
2 password *required String
min:8 | max:32
3 name *required String
4 phone *required
numeric | digits_between:10,12
5 deliveryType *required
Illuminate\Validation\Rules\In
6 licensePlate String Nullable
7 description String Nullable

REQUEST URL *required

Enter your request URL with query params


REQUEST BODY *required

JSON body for the POST|PUT|DELETE request


RESPONSE

Response status, code and time.

Status SUCCESS ERROR
Status Code
Memory Usage
Response Time

Response headers.

Response from the server

SQL

No SQL queries executed for this request.

SQL queries executed for this request.

Total Queries
Total Query time ms

SQL queries

{{index+1}}. {{query.time}}ms

POST api/stuart/forward/{order}


HTTP Method POST
URL {{window.location.origin}}/api/stuart/forward/{order}
Controller App\Http\Controllers\Api\Stuart\StuartController
Controller Method @bindOrderToStuart
Middleware 1 api
Middleware 2 auth:api

LRD Docs


REQUEST URL *required

Enter your request URL with query params


REQUEST BODY *required

JSON body for the POST|PUT|DELETE request


RESPONSE

Response status, code and time.

Status SUCCESS ERROR
Status Code
Memory Usage
Response Time

Response headers.

Response from the server

SQL

No SQL queries executed for this request.

SQL queries executed for this request.

Total Queries
Total Query time ms

SQL queries

{{index+1}}. {{query.time}}ms


HTTP Method GET
URL {{window.location.origin}}/api/subscription/current-subscription
Controller App\Http\Controllers\Api\Subscriptions\SubscriptionController
Controller Method @currentSubscription
Middleware 1 api
Middleware 2 auth:api

LRD Docs


REQUEST URL *required

Enter your request URL with query params



RESPONSE

Response status, code and time.

Status SUCCESS ERROR
Status Code
Memory Usage
Response Time

Response headers.

Response from the server

SQL

No SQL queries executed for this request.

SQL queries executed for this request.

Total Queries
Total Query time ms

SQL queries

{{index+1}}. {{query.time}}ms

POST api/subscription/subscribe


HTTP Method POST
URL {{window.location.origin}}/api/subscription/subscribe
Controller App\Http\Controllers\Api\Subscriptions\SubscriptionController
Controller Method @subscribe
Middleware 1 api
Middleware 2 auth:api

LRD Docs


No. Attributes Type Nullable Bail Rules
1 planId *required
exists:plans,id

REQUEST URL *required

Enter your request URL with query params


REQUEST BODY *required

JSON body for the POST|PUT|DELETE request


RESPONSE

Response status, code and time.

Status SUCCESS ERROR
Status Code
Memory Usage
Response Time

Response headers.

Response from the server

SQL

No SQL queries executed for this request.

SQL queries executed for this request.

Total Queries
Total Query time ms

SQL queries

{{index+1}}. {{query.time}}ms

POST api/subscription/unsubscribe


HTTP Method POST
URL {{window.location.origin}}/api/subscription/unsubscribe
Controller App\Http\Controllers\Api\Subscriptions\SubscriptionController
Controller Method @unsubscribe
Middleware 1 api
Middleware 2 auth:api

LRD Docs


REQUEST URL *required

Enter your request URL with query params


REQUEST BODY *required

JSON body for the POST|PUT|DELETE request


RESPONSE

Response status, code and time.

Status SUCCESS ERROR
Status Code
Memory Usage
Response Time

Response headers.

Response from the server

SQL

No SQL queries executed for this request.

SQL queries executed for this request.

Total Queries
Total Query time ms

SQL queries

{{index+1}}. {{query.time}}ms

POST api/third-party/authorization


HTTP Method POST
URL {{window.location.origin}}/api/third-party/authorization
Controller App\Http\Controllers\Api\ThirdParty\ThirdPartyController
Controller Method @authorization
Middleware 1 api

LRD Docs


No. Attributes Type Nullable Bail Rules
1 email *required
email | exists:users,email,email_verified_at,NOT_NULL
2 password *required String
min:8 | max:32

REQUEST URL *required

Enter your request URL with query params


REQUEST BODY *required

JSON body for the POST|PUT|DELETE request


RESPONSE

Response status, code and time.

Status SUCCESS ERROR
Status Code
Memory Usage
Response Time

Response headers.

Response from the server

SQL

No SQL queries executed for this request.

SQL queries executed for this request.

Total Queries
Total Query time ms

SQL queries

{{index+1}}. {{query.time}}ms

POST api/third-party/delivery-estimate


HTTP Method POST
URL {{window.location.origin}}/api/third-party/delivery-estimate
Controller App\Http\Controllers\Api\ThirdParty\ThirdPartyController
Controller Method @deliveryEstimate
Middleware 1 api
Middleware 2 auth:api
Middleware 3 role:third_party

LRD Docs


No. Attributes Type Nullable Bail Rules
1 deliveryLat *required
numeric | between:-90,90
2 deliveryLng *required
numeric | between:-180,180
3 pickUpLat *required
numeric | between:-90,90
4 pickUpLng *required
numeric | between:-180,180
5 packageType *required
Illuminate\Validation\Rules\In

REQUEST URL *required

Enter your request URL with query params


REQUEST BODY *required

JSON body for the POST|PUT|DELETE request


RESPONSE

Response status, code and time.

Status SUCCESS ERROR
Status Code
Memory Usage
Response Time

Response headers.

Response from the server

SQL

No SQL queries executed for this request.

SQL queries executed for this request.

Total Queries
Total Query time ms

SQL queries

{{index+1}}. {{query.time}}ms

POST api/third-party/delivery-estimate/data


HTTP Method POST
URL {{window.location.origin}}/api/third-party/delivery-estimate/data
Controller App\Http\Controllers\Api\ThirdParty\ThirdPartyController
Controller Method @deliveryEstimateData
Middleware 1 api
Middleware 2 auth:api
Middleware 3 role:third_party

LRD Docs


No. Attributes Type Nullable Bail Rules
1 deliveryLat *required
numeric | between:-90,90
2 deliveryLng *required
numeric | between:-180,180
3 pickUpLat *required
numeric | between:-90,90
4 pickUpLng *required
numeric | between:-180,180
5 packageType *required
Illuminate\Validation\Rules\In

REQUEST URL *required

Enter your request URL with query params


REQUEST BODY *required

JSON body for the POST|PUT|DELETE request


RESPONSE

Response status, code and time.

Status SUCCESS ERROR
Status Code
Memory Usage
Response Time

Response headers.

Response from the server

SQL

No SQL queries executed for this request.

SQL queries executed for this request.

Total Queries
Total Query time ms

SQL queries

{{index+1}}. {{query.time}}ms

POST api/third-party/delivery-estimate/lowest-price


HTTP Method POST
URL {{window.location.origin}}/api/third-party/delivery-estimate/lowest-price
Controller App\Http\Controllers\Api\ThirdParty\ThirdPartyController
Controller Method @deliveryEstimateWithLowestPrice
Middleware 1 api
Middleware 2 auth:api
Middleware 3 role:third_party

LRD Docs


No. Attributes Type Nullable Bail Rules
1 deliveryLat *required
numeric | between:-90,90
2 deliveryLng *required
numeric | between:-180,180
3 pickUpLat *required
numeric | between:-90,90
4 pickUpLng *required
numeric | between:-180,180
5 packageType *required
Illuminate\Validation\Rules\In

REQUEST URL *required

Enter your request URL with query params


REQUEST BODY *required

JSON body for the POST|PUT|DELETE request


RESPONSE

Response status, code and time.

Status SUCCESS ERROR
Status Code
Memory Usage
Response Time

Response headers.

Response from the server

SQL

No SQL queries executed for this request.

SQL queries executed for this request.

Total Queries
Total Query time ms

SQL queries

{{index+1}}. {{query.time}}ms

POST api/third-party/forward/automatically


HTTP Method POST
URL {{window.location.origin}}/api/third-party/forward/automatically
Controller App\Http\Controllers\Api\ThirdParty\ThirdPartyController
Controller Method @bindOrderAutomatically
Middleware 1 api
Middleware 2 auth:api
Middleware 3 role:third_party

LRD Docs


No. Attributes Type Nullable Bail Rules
1 merchantId *required String
between:1,99
2 pickUpLat *required
numeric
3 pickUpLng *required
numeric
4 pickUpBusinessName String Nullable
max:255
5 pickUpName *required String
6 pickUpFirstName *required String
7 pickUpLastName *required String
8 pickUpPhone *required String
regex:/^\+?[0-9]{10,15}$/
9 pickUpEmail *required
email
10 pickUpNotes String Nullable
max:255
11 pickUpReadyDateTime Date Nullable
date_format:Y-m-d H:i:s
12 pickUpDeadlineDateTime Date Nullable
date_format:Y-m-d H:i:s
13 deliveryLat *required
numeric
14 deliveryLng *required
numeric
15 deliveryBusinessName String Nullable
max:255
16 deliveryName *required String
17 deliveryFirstName *required String
18 deliveryLastName *required String
19 deliveryPhone *required String
regex:/^\+?[0-9]{10,15}$/
20 deliveryEmail *required
email
21 deliveryNotes String Nullable
max:255
22 deliveryReadyDateTime Date Nullable
date_format:Y-m-d H:i:s
23 deliveryDeadlineDateTime Date Nullable
date_format:Y-m-d H:i:s
24 undeliverableAction String Nullable
Illuminate\Validation\Rules\In
25 returnNotes String Nullable
26 packageType String Nullable
Illuminate\Validation\Rules\In
27 packageDescription String Nullable
28 name String Nullable
29 quantity Integer Nullable
min:1
30 price Nullable
numeric
31 length Integer Nullable
min:1
32 height Integer Nullable
min:1
33 depth Integer Nullable
min:1
34 weight Integer Nullable
min:1
35 vatPercentage Integer Nullable
min:1
36 paymentMethod *required String
in:cash,card
37 totalAmount *required
numeric | min:0
38 tip Integer Nullable
min:1
39 externalId String Nullable
max:255
40 reference String Nullable
41 orderSource String Nullable
max:255
42 orderCode String Nullable
max:255
43 partnerCreationTime Date Nullable
date_format:Y-m-d H:i:s

REQUEST URL *required

Enter your request URL with query params


REQUEST BODY *required

JSON body for the POST|PUT|DELETE request


RESPONSE

Response status, code and time.

Status SUCCESS ERROR
Status Code
Memory Usage
Response Time

Response headers.

Response from the server

SQL

No SQL queries executed for this request.

SQL queries executed for this request.

Total Queries
Total Query time ms

SQL queries

{{index+1}}. {{query.time}}ms

POST api/third-party/forward/catcher


HTTP Method POST
URL {{window.location.origin}}/api/third-party/forward/catcher
Controller App\Http\Controllers\Api\ThirdParty\ThirdPartyController
Controller Method @bindOrderToCatcher
Middleware 1 api
Middleware 2 auth:api
Middleware 3 role:third_party

LRD Docs


No. Attributes Type Nullable Bail Rules
1 merchantId *required String
between:1,99
2 pickUpBusinessName *required String
max:255
3 pickUpReadyDateTime *required Date
date_format:Y-m-d H:i:s
4 pickUpLat *required
numeric
5 pickUpLng *required
numeric
6 pickUpNotes String Nullable
max:255
7 deliveryName *required String
max:255
8 deliveryPhone *required String
max:15
9 deliveryLat *required
numeric
10 deliveryLng *required
numeric
11 deliveryNotes String Nullable
max:255
12 paymentMethod String Nullable
in:cash,card
13 totalAmount *required Integer
min:0
14 orderSource *required String
max:255
15 orderCode *required String
max:255
16 externalId String Nullable
max:255
17 partnerCreationTime Date Nullable
date_format:Y-m-d H:i:s

REQUEST URL *required

Enter your request URL with query params


REQUEST BODY *required

JSON body for the POST|PUT|DELETE request


RESPONSE

Response status, code and time.

Status SUCCESS ERROR
Status Code
Memory Usage
Response Time

Response headers.

Response from the server

SQL

No SQL queries executed for this request.

SQL queries executed for this request.

Total Queries
Total Query time ms

SQL queries

{{index+1}}. {{query.time}}ms

POST api/third-party/forward/uber


HTTP Method POST
URL {{window.location.origin}}/api/third-party/forward/uber
Controller App\Http\Controllers\Api\ThirdParty\ThirdPartyController
Controller Method @bindOrderToUber
Middleware 1 api
Middleware 2 auth:api
Middleware 3 role:third_party

LRD Docs


No. Attributes Type Nullable Bail Rules
1 merchantId *required String
between:1,99
2 name *required String
3 quantity *required Integer
min:1
4 price *required
numeric
5 packageType *required String
Illuminate\Validation\Rules\In
6 length *required Integer
min:1
7 height *required Integer
min:1
8 depth *required Integer
min:1
9 weight *required Integer
min:1
10 vatPercentage *required Integer
min:1
11 pickUpLat Nullable
numeric
12 pickUpLng Nullable
numeric
13 pickUpBusinessName String Nullable
14 pickUpName *required String
15 pickUpPhone *required String
16 pickUpNotes String Nullable
17 deliveryLat Nullable
numeric
18 deliveryLng Nullable
numeric
19 deliveryBusinessName String Nullable
20 deliveryName *required String
21 deliveryPhone *required String
22 deliveryNotes String Nullable
23 pickUpReadyDateTime Date Nullable
date_format:Y-m-d H:i:s
24 pickUpDeadlineDateTime Date Nullable
date_format:Y-m-d H:i:s
25 deliveryReadyDateTime Date Nullable
date_format:Y-m-d H:i:s
26 deliveryDeadlineDateTime Date Nullable
date_format:Y-m-d H:i:s
27 externalId String Nullable
28 externalStoreId String Nullable
29 reference String Nullable
30 totalAmount Nullable
numeric
31 undeliverableAction String Nullable
Illuminate\Validation\Rules\In
32 tip Integer Nullable
min:1
33 returnNotes String Nullable

REQUEST URL *required

Enter your request URL with query params


REQUEST BODY *required

JSON body for the POST|PUT|DELETE request


RESPONSE

Response status, code and time.

Status SUCCESS ERROR
Status Code
Memory Usage
Response Time

Response headers.

Response from the server

SQL

No SQL queries executed for this request.

SQL queries executed for this request.

Total Queries
Total Query time ms

SQL queries

{{index+1}}. {{query.time}}ms


HTTP Method GET
URL {{window.location.origin}}/api/third-party/orders
Controller App\Http\Controllers\Api\ThirdParty\ThirdPartyOrderController
Controller Method @getOrdersList
Middleware 1 api
Middleware 2 auth:api
Middleware 3 role:third_party

LRD Docs


REQUEST URL *required

Enter your request URL with query params



RESPONSE

Response status, code and time.

Status SUCCESS ERROR
Status Code
Memory Usage
Response Time

Response headers.

Response from the server

SQL

No SQL queries executed for this request.

SQL queries executed for this request.

Total Queries
Total Query time ms

SQL queries

{{index+1}}. {{query.time}}ms


HTTP Method GET
URL {{window.location.origin}}/api/third-party/orders/external/{orderId}
Controller App\Http\Controllers\Api\ThirdParty\ThirdPartyOrderController
Controller Method @getExternalOrderData
Middleware 1 api
Middleware 2 auth:api
Middleware 3 role:third_party

LRD Docs


REQUEST URL *required

Enter your request URL with query params



RESPONSE

Response status, code and time.

Status SUCCESS ERROR
Status Code
Memory Usage
Response Time

Response headers.

Response from the server

SQL

No SQL queries executed for this request.

SQL queries executed for this request.

Total Queries
Total Query time ms

SQL queries

{{index+1}}. {{query.time}}ms


HTTP Method GET
URL {{window.location.origin}}/api/third-party/orders/{order}
Controller App\Http\Controllers\Api\ThirdParty\ThirdPartyOrderController
Controller Method @getOrderData
Middleware 1 api
Middleware 2 auth:api
Middleware 3 role:third_party

LRD Docs


REQUEST URL *required

Enter your request URL with query params



RESPONSE

Response status, code and time.

Status SUCCESS ERROR
Status Code
Memory Usage
Response Time

Response headers.

Response from the server

SQL

No SQL queries executed for this request.

SQL queries executed for this request.

Total Queries
Total Query time ms

SQL queries

{{index+1}}. {{query.time}}ms


HTTP Method GET
URL {{window.location.origin}}/api/third-party/payments
Controller App\Http\Controllers\Api\ThirdParty\ThirdPartyPaymentController
Controller Method @getPaymentsList
Middleware 1 api
Middleware 2 auth:api
Middleware 3 role:third_party

LRD Docs


No. Attributes Type Nullable Bail Rules
1 type String Nullable
Illuminate\Validation\Rules\In
2 limit Integer
min:1 | max:150

REQUEST URL *required

Enter your request URL with query params



RESPONSE

Response status, code and time.

Status SUCCESS ERROR
Status Code
Memory Usage
Response Time

Response headers.

Response from the server

SQL

No SQL queries executed for this request.

SQL queries executed for this request.

Total Queries
Total Query time ms

SQL queries

{{index+1}}. {{query.time}}ms


HTTP Method GET
URL {{window.location.origin}}/api/third-party/payments/balance
Controller App\Http\Controllers\Api\ThirdParty\ThirdPartyPaymentController
Controller Method @getBalance
Middleware 1 api
Middleware 2 auth:api
Middleware 3 role:third_party

LRD Docs


REQUEST URL *required

Enter your request URL with query params



RESPONSE

Response status, code and time.

Status SUCCESS ERROR
Status Code
Memory Usage
Response Time

Response headers.

Response from the server

SQL

No SQL queries executed for this request.

SQL queries executed for this request.

Total Queries
Total Query time ms

SQL queries

{{index+1}}. {{query.time}}ms

POST api/third-party/payments/generate-payment-link


HTTP Method POST
URL {{window.location.origin}}/api/third-party/payments/generate-payment-link
Controller App\Http\Controllers\Api\ThirdParty\ThirdPartyPaymentController
Controller Method @generatePaymentLink
Middleware 1 api
Middleware 2 auth:api
Middleware 3 role:third_party

LRD Docs


No. Attributes Type Nullable Bail Rules
1 amount *required
numeric | min:1
2 merchantId *required String
between:1,99

REQUEST URL *required

Enter your request URL with query params


REQUEST BODY *required

JSON body for the POST|PUT|DELETE request


RESPONSE

Response status, code and time.

Status SUCCESS ERROR
Status Code
Memory Usage
Response Time

Response headers.

Response from the server

SQL

No SQL queries executed for this request.

SQL queries executed for this request.

Total Queries
Total Query time ms

SQL queries

{{index+1}}. {{query.time}}ms


HTTP Method GET
URL {{window.location.origin}}/api/third-party/payments/merchant/{externalMerchantId}
Controller App\Http\Controllers\Api\ThirdParty\ThirdPartyPaymentController
Controller Method @getPaymentsListByExternalMerchantId
Middleware 1 api
Middleware 2 auth:api
Middleware 3 role:third_party

LRD Docs


No. Attributes Type Nullable Bail Rules
1 start Date Nullable
date_format:d-m-Y
2 end *required Date Nullable
date_format:d-m-Y | after_or_equal:start | required_with:start
3 type String Nullable
Illuminate\Validation\Rules\In
4 limit Integer
min:1 | max:150

REQUEST URL *required

Enter your request URL with query params



RESPONSE

Response status, code and time.

Status SUCCESS ERROR
Status Code
Memory Usage
Response Time

Response headers.

Response from the server

SQL

No SQL queries executed for this request.

SQL queries executed for this request.

Total Queries
Total Query time ms

SQL queries

{{index+1}}. {{query.time}}ms


HTTP Method GET
URL {{window.location.origin}}/api/third-party/payments/{payment}
Controller App\Http\Controllers\Api\ThirdParty\ThirdPartyPaymentController
Controller Method @getPaymentData
Middleware 1 api
Middleware 2 auth:api
Middleware 3 role:third_party

LRD Docs


REQUEST URL *required

Enter your request URL with query params



RESPONSE

Response status, code and time.

Status SUCCESS ERROR
Status Code
Memory Usage
Response Time

Response headers.

Response from the server

SQL

No SQL queries executed for this request.

SQL queries executed for this request.

Total Queries
Total Query time ms

SQL queries

{{index+1}}. {{query.time}}ms

POST api/third-party/stripe/webhook


HTTP Method POST
URL {{window.location.origin}}/api/third-party/stripe/webhook
Controller App\Http\Controllers\Api\ThirdParty\ThirdPartyStripeWebhookController
Controller Method @handle
Middleware 1 api

LRD Docs


REQUEST URL *required

Enter your request URL with query params


REQUEST BODY *required

JSON body for the POST|PUT|DELETE request


RESPONSE

Response status, code and time.

Status SUCCESS ERROR
Status Code
Memory Usage
Response Time

Response headers.

Response from the server

SQL

No SQL queries executed for this request.

SQL queries executed for this request.

Total Queries
Total Query time ms

SQL queries

{{index+1}}. {{query.time}}ms


HTTP Method GET
URL {{window.location.origin}}/api/transactions
Controller App\Http\Controllers\Api\Transactions\TransactionController
Controller Method @index
Middleware 1 api
Middleware 2 auth:api

LRD Docs


REQUEST URL *required

Enter your request URL with query params



RESPONSE

Response status, code and time.

Status SUCCESS ERROR
Status Code
Memory Usage
Response Time

Response headers.

Response from the server

SQL

No SQL queries executed for this request.

SQL queries executed for this request.

Total Queries
Total Query time ms

SQL queries

{{index+1}}. {{query.time}}ms

POST api/uber/forward/{order}


HTTP Method POST
URL {{window.location.origin}}/api/uber/forward/{order}
Controller App\Http\Controllers\Api\Uber\UberDeliveryController
Controller Method @createDelivery
Middleware 1 api
Middleware 2 auth:api

LRD Docs


REQUEST URL *required

Enter your request URL with query params


REQUEST BODY *required

JSON body for the POST|PUT|DELETE request


RESPONSE

Response status, code and time.

Status SUCCESS ERROR
Status Code
Memory Usage
Response Time

Response headers.

Response from the server

SQL

No SQL queries executed for this request.

SQL queries executed for this request.

Total Queries
Total Query time ms

SQL queries

{{index+1}}. {{query.time}}ms

POST api/update-courier-location


HTTP Method POST
URL {{window.location.origin}}/api/update-courier-location
Controller App\Http\Controllers\Api\CourierController
Controller Method @updateLocation
Middleware 1 api
Middleware 2 auth:api

LRD Docs


No. Attributes Type Nullable Bail Rules
1 latitude *required
numeric
2 longitude *required
numeric

REQUEST URL *required

Enter your request URL with query params


REQUEST BODY *required

JSON body for the POST|PUT|DELETE request


RESPONSE

Response status, code and time.

Status SUCCESS ERROR
Status Code
Memory Usage
Response Time

Response headers.

Response from the server

SQL

No SQL queries executed for this request.

SQL queries executed for this request.

Total Queries
Total Query time ms

SQL queries

{{index+1}}. {{query.time}}ms

POST api/update-forgotten-password


HTTP Method POST
URL {{window.location.origin}}/api/update-forgotten-password
Controller App\Http\Controllers\Api\UserController
Controller Method @updateForgottenPassword
Middleware 1 api

LRD Docs


No. Attributes Type Nullable Bail Rules
1 email *required
email | exists:App\Models\User,email
2 code *required String
3 password *required String
min:8 | max:32

REQUEST URL *required

Enter your request URL with query params


REQUEST BODY *required

JSON body for the POST|PUT|DELETE request


RESPONSE

Response status, code and time.

Status SUCCESS ERROR
Status Code
Memory Usage
Response Time

Response headers.

Response from the server

SQL

No SQL queries executed for this request.

SQL queries executed for this request.

Total Queries
Total Query time ms

SQL queries

{{index+1}}. {{query.time}}ms

POST api/update-merchant-password-by-delivery


HTTP Method POST
URL {{window.location.origin}}/api/update-merchant-password-by-delivery
Controller App\Http\Controllers\Api\MerchantController
Controller Method @updateMerchantPasswordByDelivery
Middleware 1 api
Middleware 2 auth:api

LRD Docs


No. Attributes Type Nullable Bail Rules
1 merchantId *required
int | exists:App\Models\Merchant,id
2 password *required String
min:8 | max:32

REQUEST URL *required

Enter your request URL with query params


REQUEST BODY *required

JSON body for the POST|PUT|DELETE request


RESPONSE

Response status, code and time.

Status SUCCESS ERROR
Status Code
Memory Usage
Response Time

Response headers.

Response from the server

SQL

No SQL queries executed for this request.

SQL queries executed for this request.

Total Queries
Total Query time ms

SQL queries

{{index+1}}. {{query.time}}ms

POST api/update-order-status-by-courier


HTTP Method POST
URL {{window.location.origin}}/api/update-order-status-by-courier
Controller App\Http\Controllers\Api\OrderController
Controller Method @updateOrderStatusByCourier
Middleware 1 api
Middleware 2 auth:api

LRD Docs


No. Attributes Type Nullable Bail Rules
1 orderId *required
int | exists:App\Models\Order,id
2 status *required
Illuminate\Validation\Rules\In

REQUEST URL *required

Enter your request URL with query params


REQUEST BODY *required

JSON body for the POST|PUT|DELETE request


RESPONSE

Response status, code and time.

Status SUCCESS ERROR
Status Code
Memory Usage
Response Time

Response headers.

Response from the server

SQL

No SQL queries executed for this request.

SQL queries executed for this request.

Total Queries
Total Query time ms

SQL queries

{{index+1}}. {{query.time}}ms


HTTP Method GET
URL {{window.location.origin}}/api/user-info
Controller App\Http\Controllers\Api\UserController
Controller Method @userInfo
Middleware 1 api
Middleware 2 auth:api

LRD Docs


REQUEST URL *required

Enter your request URL with query params



RESPONSE

Response status, code and time.

Status SUCCESS ERROR
Status Code
Memory Usage
Response Time

Response headers.

Response from the server

SQL

No SQL queries executed for this request.

SQL queries executed for this request.

Total Queries
Total Query time ms

SQL queries

{{index+1}}. {{query.time}}ms

POST api/user/add-payment-method


HTTP Method POST
URL {{window.location.origin}}/api/user/add-payment-method
Controller App\Http\Controllers\Api\UserController
Controller Method @addPaymentMethodForUser
Middleware 1 api
Middleware 2 auth:api

LRD Docs


No. Attributes Type Nullable Bail Rules
1 paymentMethod *required String

REQUEST URL *required

Enter your request URL with query params


REQUEST BODY *required

JSON body for the POST|PUT|DELETE request


RESPONSE

Response status, code and time.

Status SUCCESS ERROR
Status Code
Memory Usage
Response Time

Response headers.

Response from the server

SQL

No SQL queries executed for this request.

SQL queries executed for this request.

Total Queries
Total Query time ms

SQL queries

{{index+1}}. {{query.time}}ms

POST api/verify


HTTP Method POST
URL {{window.location.origin}}/api/verify
Controller App\Http\Controllers\Api\Auth\VerifyUserController
Controller Method @__invoke
Middleware 1 api

LRD Docs


No. Attributes Type Nullable Bail Rules
1 verification_code String

REQUEST URL *required

Enter your request URL with query params


REQUEST BODY *required

JSON body for the POST|PUT|DELETE request


RESPONSE

Response status, code and time.

Status SUCCESS ERROR
Status Code
Memory Usage
Response Time

Response headers.

Response from the server

SQL

No SQL queries executed for this request.

SQL queries executed for this request.

Total Queries
Total Query time ms

SQL queries

{{index+1}}. {{query.time}}ms

POST api/webhook/catcher


HTTP Method POST
URL {{window.location.origin}}/api/webhook/catcher
Controller App\Http\Controllers\Api\Catcher\CatcherWebhookController
Controller Method @__invoke
Middleware 1 api

LRD Docs


REQUEST URL *required

Enter your request URL with query params


REQUEST BODY *required

JSON body for the POST|PUT|DELETE request


RESPONSE

Response status, code and time.

Status SUCCESS ERROR
Status Code
Memory Usage
Response Time

Response headers.

Response from the server

SQL

No SQL queries executed for this request.

SQL queries executed for this request.

Total Queries
Total Query time ms

SQL queries

{{index+1}}. {{query.time}}ms

POST api/webhook/flipdish


HTTP Method POST
URL {{window.location.origin}}/api/webhook/flipdish
Controller App\Http\Controllers\Api\Flipdish\FlipdishWebhookController
Controller Method @__invoke
Middleware 1 api

LRD Docs


REQUEST URL *required

Enter your request URL with query params


REQUEST BODY *required

JSON body for the POST|PUT|DELETE request


RESPONSE

Response status, code and time.

Status SUCCESS ERROR
Status Code
Memory Usage
Response Time

Response headers.

Response from the server

SQL

No SQL queries executed for this request.

SQL queries executed for this request.

Total Queries
Total Query time ms

SQL queries

{{index+1}}. {{query.time}}ms

POST api/webhook/gloria-food/dispatched


HTTP Method POST
URL {{window.location.origin}}/api/webhook/gloria-food/dispatched
Controller App\Http\Controllers\Api\GloriaFoods\GloriaFoodsWebhookController
Controller Method @__invoke
Middleware 1 api

LRD Docs


REQUEST URL *required

Enter your request URL with query params


REQUEST BODY *required

JSON body for the POST|PUT|DELETE request


RESPONSE

Response status, code and time.

Status SUCCESS ERROR
Status Code
Memory Usage
Response Time

Response headers.

Response from the server

SQL

No SQL queries executed for this request.

SQL queries executed for this request.

Total Queries
Total Query time ms

SQL queries

{{index+1}}. {{query.time}}ms

POST api/webhook/glovo/dispatched


HTTP Method POST
URL {{window.location.origin}}/api/webhook/glovo/dispatched
Controller App\Http\Controllers\Api\Glovo\GlovoWebhookController
Controller Method @__invoke
Middleware 1 api

LRD Docs


REQUEST URL *required

Enter your request URL with query params


REQUEST BODY *required

JSON body for the POST|PUT|DELETE request


RESPONSE

Response status, code and time.

Status SUCCESS ERROR
Status Code
Memory Usage
Response Time

Response headers.

Response from the server

SQL

No SQL queries executed for this request.

SQL queries executed for this request.

Total Queries
Total Query time ms

SQL queries

{{index+1}}. {{query.time}}ms

POST api/webhook/just-eat/dispatched/{id}/order-cancelled


HTTP Method POST
URL {{window.location.origin}}/api/webhook/just-eat/dispatched/{id}/order-cancelled
Controller App\Http\Controllers\Api\JustEat\JustEatWebhookController
Controller Method @canceled
Middleware 1 api

LRD Docs


REQUEST URL *required

Enter your request URL with query params


REQUEST BODY *required

JSON body for the POST|PUT|DELETE request


RESPONSE

Response status, code and time.

Status SUCCESS ERROR
Status Code
Memory Usage
Response Time

Response headers.

Response from the server

SQL

No SQL queries executed for this request.

SQL queries executed for this request.

Total Queries
Total Query time ms

SQL queries

{{index+1}}. {{query.time}}ms

POST api/webhook/just-eat/dispatched/{id}/orderdispatchwebhooks


HTTP Method POST
URL {{window.location.origin}}/api/webhook/just-eat/dispatched/{id}/orderdispatchwebhooks
Controller App\Http\Controllers\Api\JustEat\JustEatWebhookController
Controller Method @createOrder
Middleware 1 api

LRD Docs


REQUEST URL *required

Enter your request URL with query params


REQUEST BODY *required

JSON body for the POST|PUT|DELETE request


RESPONSE

Response status, code and time.

Status SUCCESS ERROR
Status Code
Memory Usage
Response Time

Response headers.

Response from the server

SQL

No SQL queries executed for this request.

SQL queries executed for this request.

Total Queries
Total Query time ms

SQL queries

{{index+1}}. {{query.time}}ms

POST api/webhook/last-app


HTTP Method POST
URL {{window.location.origin}}/api/webhook/last-app
Controller App\Http\Controllers\Api\LastApp\LastAppWebhookController
Controller Method @__invoke
Middleware 1 api

LRD Docs


REQUEST URL *required

Enter your request URL with query params


REQUEST BODY *required

JSON body for the POST|PUT|DELETE request


RESPONSE

Response status, code and time.

Status SUCCESS ERROR
Status Code
Memory Usage
Response Time

Response headers.

Response from the server

SQL

No SQL queries executed for this request.

SQL queries executed for this request.

Total Queries
Total Query time ms

SQL queries

{{index+1}}. {{query.time}}ms

POST api/webhook/rushour


HTTP Method POST
URL {{window.location.origin}}/api/webhook/rushour
Controller App\Http\Controllers\Api\RusHour\RusHourWebhookController
Controller Method @__invoke
Middleware 1 api

LRD Docs


REQUEST URL *required

Enter your request URL with query params


REQUEST BODY *required

JSON body for the POST|PUT|DELETE request


RESPONSE

Response status, code and time.

Status SUCCESS ERROR
Status Code
Memory Usage
Response Time

Response headers.

Response from the server

SQL

No SQL queries executed for this request.

SQL queries executed for this request.

Total Queries
Total Query time ms

SQL queries

{{index+1}}. {{query.time}}ms

POST api/webhook/stripe


HTTP Method POST
URL {{window.location.origin}}/api/webhook/stripe
Controller App\Http\Controllers\Api\Stripe\StripeWebhookController
Controller Method @__invoke
Middleware 1 api

LRD Docs


REQUEST URL *required

Enter your request URL with query params


REQUEST BODY *required

JSON body for the POST|PUT|DELETE request


RESPONSE

Response status, code and time.

Status SUCCESS ERROR
Status Code
Memory Usage
Response Time

Response headers.

Response from the server

SQL

No SQL queries executed for this request.

SQL queries executed for this request.

Total Queries
Total Query time ms

SQL queries

{{index+1}}. {{query.time}}ms

POST api/webhook/stuart


HTTP Method POST
URL {{window.location.origin}}/api/webhook/stuart
Controller App\Http\Controllers\Api\Stuart\StuartWebhookController
Controller Method @__invoke
Middleware 1 api

LRD Docs


REQUEST URL *required

Enter your request URL with query params


REQUEST BODY *required

JSON body for the POST|PUT|DELETE request


RESPONSE

Response status, code and time.

Status SUCCESS ERROR
Status Code
Memory Usage
Response Time

Response headers.

Response from the server

SQL

No SQL queries executed for this request.

SQL queries executed for this request.

Total Queries
Total Query time ms

SQL queries

{{index+1}}. {{query.time}}ms

POST api/webhook/uber-direct


HTTP Method POST
URL {{window.location.origin}}/api/webhook/uber-direct
Controller App\Http\Controllers\Api\Uber\UberDirectWebhookController
Controller Method @__invoke
Middleware 1 api

LRD Docs


REQUEST URL *required

Enter your request URL with query params


REQUEST BODY *required

JSON body for the POST|PUT|DELETE request


RESPONSE

Response status, code and time.

Status SUCCESS ERROR
Status Code
Memory Usage
Response Time

Response headers.

Response from the server

SQL

No SQL queries executed for this request.

SQL queries executed for this request.

Total Queries
Total Query time ms

SQL queries

{{index+1}}. {{query.time}}ms

POST api/webhook/uber-eats/dispatched


HTTP Method POST
URL {{window.location.origin}}/api/webhook/uber-eats/dispatched
Controller App\Http\Controllers\Api\UberEats\UberEatsWebhookController
Controller Method @__invoke
Middleware 1 api

LRD Docs


REQUEST URL *required

Enter your request URL with query params


REQUEST BODY *required

JSON body for the POST|PUT|DELETE request


RESPONSE

Response status, code and time.

Status SUCCESS ERROR
Status Code
Memory Usage
Response Time

Response headers.

Response from the server

SQL

No SQL queries executed for this request.

SQL queries executed for this request.

Total Queries
Total Query time ms

SQL queries

{{index+1}}. {{query.time}}ms