Motorbase
V1Organization

Get Web Details

Get the details of an organization's web settings

GET
/api/v1/{organizationSlug}/web
AuthorizationBearer <token>

In: header

Scope: *

Path Parameters

organizationSlugstring

Response Body

curl -X GET "https://api.motorbase.io/api/v1/string/web"
{
  "id": "string",
  "phoneCall": "string",
  "email": "string",
  "address": "string",
  "googleMapsLink": "string",
  "latitude": -140737488355328,
  "longitude": -140737488355328,
  "facebookLink": "string",
  "instagramLink": "string",
  "xLink": "string",
  "youtubeLink": "string",
  "tiktokLink": "string",
  "whatsappLink": "string",
  "organizationId": "string",
  "createdAt": "2019-08-24",
  "updatedAt": "2019-08-24"
}
{
  "message": "Unauthorized"
}
{
  "message": "Not Found"
}
Get Web Details