Skip to content

Commit

Permalink
OOAPI endpoints needed for enrollment
Browse files Browse the repository at this point in the history
  • Loading branch information
phavekes committed Oct 21, 2024
1 parent 94dd59c commit aa9753c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@
- [How to connect OOAPI endpoints?](./connecting-ooapi.endpoints.md)
- Where can I find an example of protecting my API (`/persons/` `/assiciations/`) using oauth/MyAcademicID?
- [Mock implementation of a home institution](https://github.com/SURFnet/student-mobility-home-institution-mock)
- What OOAPI endpoints are needed for enrollment?
- GET /persons/me
- POST /associations/external/me
- GET /associations/{associationId}
- POST /associations/{associationId}
- PATCH /associations/{associationId}
These endpoints will be protected using oauth tokens.

## About Enrolment

Expand Down

0 comments on commit aa9753c

Please sign in to comment.