Skip to main content
GET
/
api
/
v1
/
teams
/
invitations
List pending invitations
curl --request GET \
  --url https://neo.api.projectdiscovery.io/api/v1/teams/invitations \
  --header 'Authorization: Bearer <token>'
{
  "count": 123,
  "invitations": [
    {
      "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "invite_token": "<string>",
      "invited_at": "2023-11-07T05:31:56Z",
      "owner_email": "<string>",
      "role": "admin",
      "team_id": "<string>",
      "team_name": "<string>"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.neo.projectdiscovery.io/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

JWT authentication token

Response

List of pending invitations

count
integer
required
invitations
object[]
required