Storeganise

Learn how to use Storeganise with Composio

Overview

SLUG

STOREGANISE

Description

Storeganise provides modern, cloud-based management software for valet and self-storage businesses, offering features like contactless online bookings, automated billing, and comprehensive APIs for integrations.

Authentication Details

subdomain
stringRequired
generic_api_key
stringRequired

Tools

SLUG: STOREGANISE_GET_ADMIN_SITES_BY_ID

Tool to retrieve a specific site by id or code. use when you have the site identifier and need full site details, optionally including related resources like units.

Action Parameters

include
array
site_id_or_code
stringRequired

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: STOREGANISE_GET_ADMIN_USERS_BY_ID

Tool to retrieve a specific admin user by id or email. use when you need detailed information of a single admin user.

Action Parameters

include
array
user_id_or_email
stringRequired

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: STOREGANISE_GET_ADMIN_USERS_BY_IDS

Tool to fetch multiple admin users by their ids. use when you need to retrieve details for a specific set of admin accounts in bulk after verifying their ids.

Action Parameters

ids
arrayRequired

Action Response

data
objectRequired
error
string
successful
booleanRequired