Skip to main content
GET
/
api
/
factors
/
library
cURL
curl --request GET \
  --url https://api.production.hyperoru.com/api/factors/library \
  --header 'Authorization: Bearer <token>'
{
  "factors": [
    {
      "id": 123,
      "name": "<string>",
      "category": "<string>",
      "description": "<string>",
      "source": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

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

Response

Factor library (built-in + custom)

Factor catalogue listing.

factors
object[]
required