cURL
curl --request GET \ --url https://api.production.hyperoru.com/api/account/hyperliquid/check-builder-authorization \ --header 'Authorization: Bearer <token>'
{ "enabled": true, "message": "<string>" }
Documentation IndexFetch the complete documentation index at: https://docs.hyperoru.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.hyperoru.com/llms.txt
Use this file to discover all available pages before exploring further.
Session token issued by POST /api/users/login, transported as Authorization: Bearer <token>.
POST /api/users/login
Authorization: Bearer <token>
Builder auth check
Simple { "enabled": bool } toggle response.
{ "enabled": bool }
Was this page helpful?