cURL
curl --request GET \ --url https://apiweb.mile.app/api/v3/hub/{hubId}/ \ --header 'Authorization: Bearer <token>'
{ "data": { "_id": "63c7705c8608d52094785374", "name": "Neo Soho", "address": "Jakarta Barat 11470, Indonesia", "lat": -6.17434, "lng": 106.79028, "organizationId": "63c76fdb88697c70e35866e2", "updatedTime": "2023-01-18T04:06:52.773000Z", "createdTime": "2023-01-18T04:06:52.773000Z", "deleteAccess": true }, "status": true }
Use a valid Bearer token to authenticate.
Unique identifier for the hub that generated by system. Example: 63c7705c8608d52094785374
63c7705c8608d52094785374
Success
Status of response.
Detail of object hub.