13 lines
391 B
Plaintext

# Rippling API Configuration
# Get your API credentials from: Rippling → Settings → Integrations → API
# Your Rippling API key or OAuth token
# Supports OAuth 2.0 or API token authentication
RIPPLING_API_KEY=your_api_key_or_oauth_token_here
# Required OAuth scopes (if using OAuth):
# - employees:read
# - payroll:read (optional)
# - devices:read (optional)
# - apps:read (optional)