action orghunter_get_categories { label: "Get categories!" description: "

This operation provides a list of categories.

" provider: orghunter method: POST path: "/v1/categories" encoding: json output: { type: "object" additionalProperties: true } }