EndpointsGet Categories
Endpoints

GET /categories

List all categories

curl -X GET "https://api.gtechdocs.com/v1/categories?limit=42" \
  -H "Content-Type: application/json"
["null"]
GET
/categories
GET
query
limitinteger

How many items to return at one time (max 50)

Format: int32
Request Preview
Response

Response will appear here after sending the request

Query Parameters

limitinteger

How many items to return at one time (max 50)

Responses

A paged array of categories

Was this page helpful?