This API endpoint will return the information for the freight forwarder.
| Code | Description |
|---|---|
| 400 | Bad Request. |
| 404 | Not Found. |
| 500 | Internal Server Error. |
curl "https://app.octopi.co/api/v1/freight_forwarders/5.json" -H "Accept: application/json" -H "Content-Type: application/json" -H "Authorization: Token token=YOUR TOKEN HERE"
{
"freight_forwarder" : {
"id" : 337395,
"name" : "FC OCTOPI",
"email" : null,
"address" : null,
"vat_number" : null,
"general_ledger_id" : null,
"contact_person" : null,
"phone" : null,
"active" : true,
"created_at" : "2025-02-27T05:19:17.874-05:00",
"updated_at" : "2025-02-27T05:19:17.874-05:00"
}
}
| Param name | Description |
|---|---|
|
id required |
Validations:
|