cURL
curl --request GET \ --url https://api.production.hyperoru.com/api/account/hyperliquid/check-builder-authorization \ --header 'Authorization: Bearer <token>'
{ "enabled": true, "message": "<string>" }
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?