Get Hive API base for agent registration
Returns the Hive API origin this deployment uses (e.g. staging vs production). No auth — needed by the CLI installer before the agent has credentials.
GET
/api/public/hive-api-baseRequest
curl
curl -X GET https://platform.trickest.com/api/public/hive-api-base \
-H "Authorization: Bearer $TRICKEST_TOKEN"Responses
200Hive API base ({ apiBase })
successboolean400Bad Request – validation error or malformed input
codestringmessagestring401Unauthorized – missing or expired token
codestringmessagestring500Internal Server Error
codestringmessagestring