SOA/bruno/SOA/private/invitations/received-invitations.bru
Alexis Bruneteau 254479d475 readme updated
2025-06-29 19:41:42 +02:00

15 lines
176 B
Plaintext

meta {
name: Get Received Invitations
type: http
seq: 3
}
get {
url: {{baseUrl}}/invitations/received
}
headers {
OIDC_email: {{email}}
OIDC_user: {{username}}
}