cURL
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>" }
Get a team metadata
Retrieve the Team ID from: https://cloud.projectdiscovery.io/settings/team
Get the workspace details
The response is of type object.
object
Was this page helpful?