Toolzz Show Course with sunToken v2 icon

Toolzz Show Course with sunToken v2

Get Course with sunToken of Toolzz API

Overview

This node, Toolzz Show Course with sunToken v2, retrieves course information from the Toolzz API using a provided "sunToken". It is designed for scenarios where you need to fetch details about a specific course by its unique token, typically as part of an educational platform integration or automation. For example, you might use this node to automatically pull course data into n8n workflows for reporting, synchronization, or further processing.

Properties

Name Type Meaning
AccessToken String The access token used for authenticating requests to the Toolzz API.
Ambiente Options The environment (API base URL) to target: Prod, Homol, or Release.
SunToken Do Curso String The unique sunToken identifying the course to retrieve from the Toolzz API.

Output

  • The node outputs a JSON object containing the course information retrieved from the Toolzz API.
  • The structure of the output JSON depends on the response from the endpoint /api/classes/search/{sun_token}.
  • No binary data is produced; only structured JSON is returned.

Dependencies

  • External Service: Requires access to the Toolzz API.
  • Authentication: A valid AccessToken must be provided.
  • Network: The selected environment (Ambiente) must be reachable from the n8n instance.

Troubleshooting

  • Invalid AccessToken: If the AccessToken is missing or invalid, the API will likely return an authentication error (e.g., 401 Unauthorized). Ensure the token is correct and has not expired.
  • Incorrect Ambiente: Selecting the wrong environment may result in connection errors or unexpected data. Double-check the environment matches your intended use (production, testing, etc.).
  • Invalid SunToken: If the provided sunToken does not correspond to any course, the API may return a 404 Not Found or an empty result.
  • Network Issues: If the n8n instance cannot reach the specified API URL, you may encounter timeout or DNS errors.

Links and References

Discussion