Lamha
Api Home
Home
Api Home
Home
  1. Carrier
  • lamha
    • Welcome 👋
    • Status Order
    • Payment Method
    • Webhook Order
    • Rate Limit
    • API
      • Order
        • Orders List
        • Order Create
        • Order Show
        • Order Edit
        • Delete Order
        • Cancel Order
        • Return Order
      • Country
        • Countries
        • City
      • Carrier
        • Carriers
          GET
        • Create Shippment
          POST
        • Cancel Shippment
          POST
        • Label Shipment
          GET
        • Carrier City Coverage
          POST
        • Carrier Coverage
          POST
      • Warehouses
        • All Warehouses
  • Schemas
    • Payload Webhook Order Update
Api Home
Home
Api Home
Home
  1. Carrier

Carriers

Developing
GET
https://app.lamha.sa/api/v2/carriers

How to Activate the Shipping Company#

in the Lamha Platform
To view the shipping company details, you must first activate it in the Lamha platform.

Steps:#

1.
Go to the Lamha website.
2.
Navigate to the Settings section.
3.
Select Shipping Companies.
4.
Activate the desired shipping company.

Note:#

This step is essential to view the available shipping company details.

Request

Header Params

Request Code 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://app.lamha.sa/api/v2/carriers' \
--header 'X-LAMHA-TOKEN: Lamha_3dRwQRjHpTMS3Ae5LbR1fCJ1yZPBO8I4BxC8fhHJ'

Responses

🟢200Success
application/json
Body

Example
{
    "success": true,
    "msg": "Success",
    "data": [
        {
            "carrier_id": 7,
            "name": "SMSA",
            "has_cancel": false,
            "has_cod": false,
            "has_parcel": true,
            "has_international": true
        },
        {
            "carrier_id": 2,
            "name": "Aramex",
            "has_cancel": false,
            "has_cod": false,
            "has_parcel": false,
            "has_international": true
        },
        {
            "carrier_id": 10,
            "name": "Redboxsa",
            "has_cancel": true,
            "has_cod": false,
            "has_parcel": true,
            "has_international": false
        },
        {
            "carrier_id": 4,
            "name": "Imile",
            "has_cancel": true,
            "has_cod": true,
            "has_parcel": false,
            "has_international": false
        }
    ]
}
Modified at 2025-10-30 12:38:10
Previous
City
Next
Create Shippment
Built with