Skip to main content

Get A Organization

Get A Particular Organization Details

EndPoint

GET /v1/drivers/details
X-API-Key: your-api-key-goes-here
Content-Type: application/json

Response

{
"success": true,
"data": {
"organization": {
"organization_name": "Dummy Company Name.",
"sms_reply_email": "[email protected]",
"organization_email": "[email protected]",
"driver_support_email": "[email protected]",
"hq_address": "**** **** St ****, San Fransisco, CA *****",
"hq_address_lat_lng": {
"lat": "37.8293112",
"lng": "-122.2904648"
},
"organization_image": "",
"phone": "+1000000000",
"industry": "Information Technology",
"company_size": "100",
"message": "Looking for a scalable solution to manage logistics efficiently.",
"heard_about_us": "Google Search",
"purpose_of_use": "Automating delivery tracking and client communication",
"volume_of_deliveries": "500-1000 per month"
}
}
}

Error Responses

Error - Not Found

Status Code: 404

{
"success": false,
"msg": "something went wrong"
}