We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
export PDCP_TEAM_ID=cphlrbmnr2khg33n6ik1
When configured, X-Team-Id header will set with provided value for result API.
X-Team-Id
Example:
POST /v1/scans/import HTTP/1.1 Host: api.dev.projectdiscovery.io Content-Length: 23 Content-Type: application/json X-Api-Key: XXXXXXXXXXXXXXXXXX + X-Team-Id: cphlrbmnr2khg33n6ik1 Accept-Encoding: gzip, deflate, br
Team ID can be copied from https://cloud.projectdiscovery.io/settings/team
The text was updated successfully, but these errors were encountered:
tarunKoyalwar
Successfully merging a pull request may close this issue.
Please describe your feature request:
export PDCP_TEAM_ID=cphlrbmnr2khg33n6ik1
When configured,
X-Team-Id
header will set with provided value for result API.Example:
POST /v1/scans/import HTTP/1.1 Host: api.dev.projectdiscovery.io Content-Length: 23 Content-Type: application/json X-Api-Key: XXXXXXXXXXXXXXXXXX + X-Team-Id: cphlrbmnr2khg33n6ik1 Accept-Encoding: gzip, deflate, br
Team ID can be copied from https://cloud.projectdiscovery.io/settings/team
The text was updated successfully, but these errors were encountered: