- Version 3
- Authentication
- Shipments
- Invoice
- Tracking
- StaticData
- Authentication
- Version 2
- Recommended Workflow
- Additional Offerings
- Changelog
- Exports and Webhooks
Statuses
GET
/api/StaticData/Statuses
StaticData
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 'https://ws.integration.banyantechnology.com/api/StaticData/Statuses'
Responses
🟢200Success
application/json
Body
array of:
description
string
required
Example
[
{
"description": "Approval Denied"
},
{
"description": "Booked"
},
{
"description": "Cancelled"
},
{
"description": "Delivered"
},
{
"description": "Dispatch Failed"
},
{
"description": "Dispatch Requested"
},
{
"description": "Dispatched"
},
{
"description": "In Transit"
},
{
"description": "Open"
},
{
"description": "Pending"
},
{
"description": "Quote Approval Pending"
},
{
"description": "Quoted"
}
]
🟠401Unauthorized
🟠403Forbidden
🟠429Too Many Requests
Modified at 2024-09-16 11:42:17