GET /users/invites/received
Retrieves a list of the user's received invitations.
- A JWT for a registered user must be supplied in the Authorization field of the request header.
- The token must be supplied in the format
JWT 'token'
- Code: 200 OK
- Content: A success flag and an array containing the user's received invites, along with details about the senders
- 401 Unauthorized – no/invalid JWT provided