- Logistics
- Admin
- user
- transaction
- transport
- Tax
- create state feePOST
- update tax ratePOST
- update fee distancePOST
- update fee per kgPOST
- update value feePOST
- update service feePOST
- update service charge statusPOST
- update taxPOST
- update value fee statusPOST
- update base pricePOST
- Errand stausGET
- get interstate pricingGET
- update inter state pricingPUT
- get fee by state idGET
- get all feesGET
- get operational statesGET
- get mode of transportationGET
- delete accountDELETE
- checkoutPOST
- calculate pricePOST
Errand staus
Developing
GET
/admin/errands/status
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 '/admin/errands/status'
Responses
🟢200Success
application/json
Body
object {0}
Example
{}
Modified at 2024-11-19 12:59:55