Skip to main content
GET
/
api
/
programs
/
accounts
cURL
curl --request GET \
  --url https://api.production.hyperoru.com/api/programs/accounts \
  --header 'Authorization: Bearer <token>'
{
  "items": [
    {}
  ]
}

Authorizations

Authorization
string
header
required

Session token issued by POST /api/users/login, transported as Authorization: Bearer <token>.

Response

AI trader accounts available for binding

{ "items": [...] } wrapper used by a handful of list endpoints that don't have a more specific typed item shape yet.

items
object[]
required