REST v1-Categories CRUD
Number of APIs: 5
-
Create a category with zip codes subcategories POST {{API_SCHEME}}://{{API_ROOT}}/categories
-
Retrieve all categories GET {{API_SCHEME}}://{{API_ROOT}}/categories?offset=&limit=
-
Retrieve a category by id GET {{API_SCHEME}}://{{API_ROOT}}/categories/{id}
-
Update a category with value PUT {{API_SCHEME}}://{{API_ROOT}}/categories/{id}
-
Delete a category by id DELETE {{API_SCHEME}}://{{API_ROOT}}/categories/{id}