Skip to main content
GET
/
v1
/
user
/
team
Get Team
curl --request GET \
  --url https://api.projectdiscovery.io/v1/user/team \
  --header 'X-API-Key: <api-key>'
{
  "message": "<string>",
  "workspaces": [
    {
      "id": "<string>",
      "name": "<string>",
      "created_at": "<string>",
      "member_count": 123,
      "owner_email": "<string>"
    }
  ],
  "name": "<string>"
}

Documentation Index

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

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

Retrieve detailed metadata about your team, including team name, member count, subscription information, and team settings. This endpoint provides a comprehensive overview of your team’s configuration and current state.

Response Information

The response includes:
  • Team ID and name
  • Team owner information
  • Member count and list
  • Subscription tier and limits
  • Team settings and preferences
  • Creation and last updated timestamps
You must provide a valid X-Team-Id header to retrieve team information. The Team ID can be found at https://cloud.projectdiscovery.io/settings/team.
This is a read-only operation and can be safely called frequently for dashboard updates or access verification.

Authorizations

X-API-Key
string
header
required

Headers

X-Team-Id
string

Response

Get the workspace details

message
string
required
workspaces
TeamMemberItem · object[]
name
string