Skip to main content

Lesson 1: Introduction to the Developer Track

Lesson 2: Managing Resources

Lesson 2: Managing Resources

Lesson 3: Optimizing Kubernetes Efficiency

Lesson 4: Get Started with Vantage Developer Resources

Choose a path below. Replace placeholders with your own token and workspace, then run the commands or follow the setup.
Call the Vantage API to list workspaces. You need a Vantage API token with Read scope.
List workspaces
curl --request GET \
     --url https://api.vantage.sh/v2/workspaces \
     --header 'accept: application/json' \
     --header 'authorization: Bearer ACCESS_TOKEN'
Replace ACCESS_TOKEN with your token. The response includes workspace tokens for Terraform or more API calls.

Additional Resources by Lesson