Team API Key

This is your team API key for . Each team member can generate their own team API key.

Copy this key and store it safely. We will not be able to show your key again.

Using the Key

Pass the key in the X-TEAM-API-KEY header.

Team API keys can only be used on /v2/teams and /v2/projects endpoints.

Example 

curl -X GET "https://api.zerodev.com/v2/teams"
-H "X-TEAM-API-KEY: <YOUR-API-KEY>"