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

Authorizations

X-API-Key
string
header
required

Headers

X-Team-Id
string

Response

200
application/json

Get the workspace details

The response is of type object.