Returns all trade categories (parent + sub-categories) in the system.
cURL
curl --request GET \ --url https://www.renovationfind.com/rest-manager-api-v1/categories \ --header 'Authorization: Bearer <token>'
{ "success": true, "data": [ { "id": 123, "name": "<string>", "parentId": 123, "topCategory": true, "altName": "<string>" } ] }
Documentation IndexFetch the complete documentation index at: https://docs.renovationfind.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.renovationfind.com/llms.txt
Use this file to discover all available pages before exploring further.
JWT token issued from the RenovationFind Manager Portal
List of all categories
Show child attributes