action reverb_get_my_follows_categories_identifier { label: "Follow status for a category" description: "Follow status for a category" provider: reverb method: GET path: "/my/follows/categories/{identifier}" encoding: json input: { type: "object" properties: { identifier: { type: "string" } } required: ["identifier"] additionalProperties: false } output: { type: "object" additionalProperties: true } }