members.dev
Invites

List Invites

Lists pending Invites for the current Account

GET
/v1/invites

Authorization

HTTPBearer
AuthorizationBearer <token>

In: header

Response Body

application/json

curl -X GET "https://api.members.dev/portal/v1/invites"
[
  {
    "id": "string",
    "short_id": "string",
    "organization_role": "admin",
    "expires_at": null,
    "members": [
      {
        "id": "string",
        "short_id": "string",
        "name": "string"
      }
    ]
  }
]