action clearblade_get_devs { label: "ADMIN - Get developers" description: "Returns all developers in the platform." provider: clearblade method: GET path: "/admin/platform/developers" encoding: json input: { type: "object" properties: { "ClearBlade-DevToken": { type: "string" } filter: { type: "string" } pagenum: { type: "string" } pagesize: { type: "string" } total: { type: "string" } } required: ["ClearBlade-DevToken"] additionalProperties: false } output: { type: "object" additionalProperties: true } }