Gerermesaffaires
Connector for the gerermesaffaires API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://sandbox.gerermesaffaires.com/api/v1 - Auth: OAuth 2.0 client-credentials — the tool fetches a token from
https://sandbox.gerermesaffaires.com/openid/v1/tokenusing yourclientId/clientSecret, then calls the API.
Operations
get_box_menus— GET /box/menus — Returns predefined folders and workbooks of the Box for all the spacesget_business_groups— GET /business-groups — Returns a list of groups custom ordered by nameget_business_groups_all— GET /business-groups/all — Returns list of groups custom for managersget_business_groups_id— GET /business-groups/{id} — Returns a groupget_business_groups_id_spaces— GET /business-groups/{id}/spaces — Returns spaces of the business group with idget_hub_business_groups_id_menus— GET /hub/business-groups/{Id}/menus — Returns predefined folders and workbooks of the Hub for all the spaces of the bu
Inputs
clientId/clientSecret— your gerermesaffaires OAuth app credentialsscope— OAuth scopes (optional; defaults from the spec)operation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: get_box_menus
clientId: <your client id>
clientSecret: <your client secret>