GolfGlobe365 GAMP
Getting Started

Authentication

GG365 Golf API

Documentation for the Golf Globe 365 API - Travel Agency Integration


Authentication

All API requests to the GG365 Golf API must include an X-Api-Key header with a valid API key. This key uniquely identifies your agency and determines your access permissions.

API Key Authentication

Code
GET /courses HTTP/1.1 Host: api.golfglobe365.com X-Api-Key: your_api_key_here

API keys are specific to each environment (development, staging, production). Make sure to use the correct key for the environment you're working with.

Obtaining an API Key

API keys are issued to travel agencies after completing the onboarding process. To obtain your API key:

  1. Contact our sales team at [email protected]
  2. Complete the agency registration process
  3. Receive your unique API key via email

API Key Security

Keep your API key secure:

  • Never expose your API key in client-side code
  • Don't commit API keys to public repositories
  • Implement proper key rotation and management
  • Use environment variables to store keys in your application

If you believe your API key has been compromised, contact [email protected] immediately to have it revoked and replaced.

Rate Limiting and Permissions

Your API key determines:

  • Your rate limits for each endpoint type
  • The specific endpoints you can access
  • Any special permissions granted to your agency

For more details on rate limiting, see the Rate Limiting section.

Last modified on