bruno/memori-backend/Invitation/Gets a list of invitations received by the currently logged in User.bru
2025-03-26 16:08:31 +02:00

16 lines
229 B
Plaintext

meta {
name: Gets a list of invitations received by the currently logged in User.
type: http
seq: 2
}
get {
url: {{baseUrl}}/api/v2/ReceivedInvitations/:strToken
body: none
auth: none
}
params:path {
strToken:
}