Goction API Reference
Welcome to the Goction API reference. This documentation provides comprehensive information about the Goction HTTP API, which allows you to interact with Goction programmatically.
Overview
The Goction API is a RESTful API that uses JSON for serialization and token-based authentication. It provides endpoints for executing goctions, managing the Goction service, and retrieving information about goctions and their execution statistics.
Base URL
All API requests should be made to:
http://localhost:8080/api
Replace localhost
with your server's hostname or IP address if you're accessing the API remotely.
Authentication
All API requests require authentication. See the Authentication section for details.
Endpoints
For a complete list of available endpoints and their usage, see the Endpoints section.
Error Handling
The API uses conventional HTTP response codes to indicate the success or failure of requests. See the Error Handling section for more information.
Rate Limiting
The API implements rate limiting to prevent abuse. See the Rate Limiting section for details on limits and how to handle rate limit errors.
For any questions or issues not covered in this documentation, please refer to our Community page for support options.