- Logistics
- Admin
- get fee by state idGET
- get all feesGET
- get operational statesGET
- get mode of transportationGET
- delete accountDELETE
- checkoutPOST
- calculate pricePOST
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