Developer Portal

Authentication

Learn how token-based access works.

# Authentication Include your bearer token in the Authorization header.

curl -X GET https://api.example.com/v1/projects \
  -H "Authorization: Bearer <token>"