GymControl icon

GymControl

Handle your GymControl instance

Actions91

Overview

The node integrates with the GymControl API to retrieve information about a gym's company details. Specifically, the "Company Info" resource with the "Get" operation fetches the current company information stored in the GymControl system. This is useful for workflows that need to access or display gym profile data such as name, address, contact info, or other company-specific settings.

Practical examples include:

  • Automatically syncing company info into a CRM or database.
  • Displaying gym details in a custom dashboard.
  • Using company info to personalize communications or reports.

Properties

Name Meaning
Show Complete Response If enabled (true), the node will output the full raw response from the GymControl API. Otherwise, it outputs a simplified or processed version of the data.

Output

The node outputs JSON data representing the company information retrieved from the GymControl API. The structure typically includes fields describing the gym's company profile such as name, address, contact details, and possibly other metadata related to the company.

If the "Show Complete Response" property is enabled, the entire raw API response is returned, which may contain additional metadata or nested objects beyond the core company info.

No binary data output is indicated for this operation.

Dependencies

  • Requires an API key credential for authenticating requests to the GymControl API.
  • The base URL for the API is configured via credentials.
  • The node sends HTTP GET requests to the GymControl API endpoints.

Troubleshooting

  • Authentication errors: Ensure the API key credential is correctly set up and has sufficient permissions.
  • Network issues: Verify the base URL and network connectivity to the GymControl API.
  • Unexpected response format: If the API changes its response schema, the node might not parse data correctly; enabling "Show Complete Response" can help debug.
  • Empty or missing data: Confirm that the company info exists in the GymControl system and the authenticated user has access rights.

Links and References

  • GymControl official API documentation (not provided here, but users should consult the GymControl API docs for detailed endpoint info).

Discussion