Ela Logistics
  1. user
Ela Logistics
  • Logistics
    • Admin
      • user
        • get rider delivery
          GET
        • Get user by id
          GET
        • Update rider state and city
          POST
      • transaction
        • get transactions
        • get transactions paystack status
      • transport
        • create transport price for state
        • update transport price for state
        • get transport price for state
      • Tax
        • create inter state tax
        • create intra state tax
        • update inter state tax
        • update intra state tax
        • update intra state tax Copy
        • update intra state tax Copy Copy
      • create state fee
        POST
      • update tax rate
        POST
      • update fee distance
        POST
      • update fee per kg
        POST
      • update value fee
        POST
      • update service fee
        POST
      • update service charge status
        POST
      • update tax
        POST
      • update value fee status
        POST
      • update base price
        POST
      • Errand staus
        GET
      • get interstate pricing
        GET
      • update inter state pricing
        PUT
    • get fee by state id
      GET
    • get all fees
      GET
    • get operational states
      GET
    • get mode of transportation
      GET
    • delete account
      DELETE
    • checkout
      POST
    • calculate price
      POST
  1. user

get rider delivery

Developing
GET
/admin/user/{user_id|rider_id}/deliveries/{user_type}

Request

Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
Path Params
user_id|rider_id
string 
required
Example:
1
user_type
string 
required
user or rider
Example:
user
Query Params
page
string 
optional
Example:
1
per_page
string 
optional
Example:
15
month
string 
optional
active
string 
optional
inactive
string 
optional
year
string 
optional
location
string 
optional
state
string 
optional

Request samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/admin/user/1/deliveries/user?page=1&per_page=15&month&active&inactive&year&location&state'

Responses

🟢200Success
application/json
Body
object {0}
Example
{}
Modified at 2024-11-22 11:40:08
Next
Get user by id
Built with