Motorbase
V1Organization

Get Organization by slug

Get the details of an organization

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

In: header

Scope: *

Path Parameters

organizationSlugstring

Response Body

curl -X GET "https://api.motorbase.io/api/v1/string"
{
  "id": "string",
  "name": "string",
  "slug": "string",
  "logo": "string",
  "createdAt": "2019-08-24"
}
{
  "message": "Unauthorized"
}
{
  "message": "Not Found"
}
Get Organization by slug