Dettaglioauto SA - API Collection V1
  1. Region
Dettaglioauto SA - API Collection V1
  • Vehicle Size
    • List Vehicle Sizes
      GET
  • Catalog
    • List categories with services
      GET
  • Region
    • List regions
      GET
  • Branch
    • List Branches
      GET
  • Branch Times
    • List Days
      GET
    • List Hours
      GET
  • Booking
    • Store Booking
      POST
    • List Bookings
      GET
  • Payment
    • Get Payment Details
      GET
  • Coupon
    • Apply Coupon
      POST
  • Cart
    • Initialize Cart
      POST
    • Add To Cart
      POST
    • Get Cart
      GET
    • Remove Cart Item
      DELETE
    • Clear Cart
      DELETE
  1. Region

List regions

GET
/v1/regions

Request

Header Params

Body Params multipart/form-data

Responses

🟢200
application/json
Body

Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://dev.your-api-server.com/v1/regions' \
--header 'Customer-Key: {{Customer-Key}}' \
--header 'Secret-Key: {{Secret-Key}}' \
--header 'Accept-Language: {{Accept-Language}}'
Response Response Example
{
    "success": true,
    "message": "success",
    "data": {
        "regions": [
            {
                "id": 3,
                "name": "منطقة الرياض"
            },
            {
                "id": 6,
                "name": "المنطقة الغربية"
            },
            {
                "id": 4,
                "name": "المنطقة الشرقية"
            },
            {
                "id": 9,
                "name": "المنطقة الجنوبية"
            },
            {
                "id": 10,
                "name": "المنطقة الشمالية"
            }
        ]
    }
}
Modified at 2025-12-26 13:13:15
Previous
List categories with services
Next
List Branches
Built with