cURL
curl --request GET \ --url https://api.production.hyperoru.com/api/factors/custom \ --header 'Authorization: Bearer <token>'
{ "factors": [ { "id": 123, "name": "<string>", "category": "<string>", "description": "<string>", "source": "<string>" } ] }
Session token issued by POST /api/users/login, transported as Authorization: Bearer <token>.
POST /api/users/login
Authorization: Bearer <token>
Custom factor definitions
Factor catalogue listing.
Show child attributes
Was this page helpful?