action autodealerdata_get_sub_user_keys_get_sub_user_keys_get { label: "Get all Sub User Keys associated with your account." description: "Get a list of your issued SubUser API Keys. Includes active and revoked keys." provider: autodealerdata method: GET path: "/getSubUserKeys" encoding: json input: { type: "object" properties: { apiID: { type: "string" } apiKey: { type: "string" } } required: ["apiID", "apiKey"] additionalProperties: false } output: { type: "object" properties: { brandName: { type: "string" } cacheTimeLimit: { type: "integer" } condition: { type: "string" } data: { type: "object" } modelName: { type: "string" } msg: { type: "string" } regionName: { type: "string" } } } }