Only registered user can perform this action
Authentication - string - required
Example of Authentication header : "Bearer TOKEN_FETCHED_FROM_SERVER_DURING_REGISTRATION"
Success response body¶ ↑
{
"invites": [],
"my_invites": [
{
"id": 2,
"name": "scrumLaunch team",
"email": "kruchina.vadim+1@gmail.com",
"state": "pending",
"created_at": "2022-01-07T21:39:11.637Z",
"sender_email": "kruchina.vadim@gmail.com",
"sender_avatar_image_link": "https://gipper-college-logos-development.s3.amazonaws.com/s3_key"
}
]
}