EnterpriseAPI Reference
Overview
Base URL
https://api.gitar.ai/v1Authentication
All endpoints require a Bearer token in the Authorization header:
Authorization: Bearer your_api_token_hereCreating an API Token
- Navigate to your organization settings
- Click "Create API Token"
- Configure the token:
- Alias (optional): Descriptive name (e.g., "CI/CD Pipeline")
- Duration: Token expiration (default: 30 days)
- Scopes: Required permissions (select at least one)
Available Scopes
- Administrator: Full access to all resources
- Read Only: Read access without modification rights
Choose the minimum scope needed for your use case.