Skip to main content

Get Your Access Token

  1. Login to Galxe - Visit dashboard.galxe.com
  2. Open Settings - Click your Account → Settings
  3. API Access - Navigate to “Server API” section
  4. Generate Token - Click “Generate New API Tokens”
  5. Copy Token - Save the token securely (you can’t view it again)

Using the Token

Include your token in the access-token header:

Security Best Practices

Environment Variables

Production Deployment

  • Use secret management systems (AWS Secrets Manager, HashiCorp Vault)
  • Never commit tokens to version control
  • Rotate tokens regularly
  • Use environment-specific tokens

Common Issues

Invalid Token

Solution: Regenerate token in dashboard settings

Missing Header

Solution: Add access-token header to request

Rate Limiting

Solution: Implement exponential backoff retry logic

Error Response Format

All GraphQL errors follow a standardized format with additional metadata:

Error Codes and Categories

Next Steps