Skip to main content
GET
/
v1
/
invitations
/
pending
List pending invitations for the current user
curl --request GET \
  --url http://0.0.0.0:3000/v1/invitations/pending \
  --header 'Authorization: Bearer <token>'
[
  {
    "id": "<string>",
    "email": "<string>",
    "status": "<string>"
  }
]

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

Pending invitations

id
string
email
string
status
string