Reference
All API Routes
Here are all of the API routes you will need to work with JOFI programmatically:
Name | Method | Path |
---|---|---|
Get Account | GET | /account |
Create Invitation | POST | /invitations/create |
List Invitations | GET | /invitations |
Get Invitation by ID | GET | /invitations/:invitationId |
List Test Takers | GET | /test-takers |
Get Test Taker by ID | GET | /test-takers/:testTakerId |
List Assessments | GET | /tests |