# Authentication Include your bearer token in the Authorization header.
Authentication
Learn how token-based access works.
curl -X GET https://api.example.com/v1/projects \
-H "Authorization: Bearer <token>"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>"