Ela Logistics
  1. Logistics
Ela Logistics
  • Logistics
    • Admin
      • user
        • get rider delivery
        • Get user by id
        • Update rider state and city
      • 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
      • update tax rate
      • update fee distance
      • update fee per kg
      • update value fee
      • update service fee
      • update service charge status
      • update tax
      • update value fee status
      • update base price
      • Errand staus
      • get interstate pricing
      • update inter state pricing
    • 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. Logistics

get mode of transportation

Developing
GET
/mode-of-transportation

Request

Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************

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 '/mode-of-transportation'

Responses

🟢200OK
application/json
Body
data
array[string]
required
Example
{
    "data": [
        "string"
    ]
}
Modified at 2024-11-22 12:33:10
Previous
get operational states
Next
delete account
Built with