Return details of all Categories
GET /categories/all
curl \
-X GET https://dealers.api.rg-racing.com/categories/all
Response examples (200)
[
{
"id": 42,
"name": "string",
"description": "string",
"productDescription": "string",
"image": "string",
"logo": "string",
"bannerImage": "string"
}
]
Response examples (401)
{
"type": "string",
"title": "string",
"status": 42,
"detail": "string",
"instance": "string",
"key": null
}
Response examples (429)
{
"type": "string",
"title": "string",
"status": 42,
"detail": "string",
"instance": "string",
"key": null
}