> ## Documentation Index
> Fetch the complete documentation index at: https://docs.apinizer.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Geolocation API

> The Geolocation API provides endpoints for managing Geolocation settings in Apinizer. Geolocation allows you to determine the geographic location of API clients based on their IP addresses using MaxMind GeoIP2 database (MMDB) files.

## Endpoints

* [Upload MMDB File](/api-reference/geolocation/upload-mmdb-file) - Upload MaxMind GeoIP2 database file
* [Enable Geolocation](/api-reference/geolocation/enable-geolocation) - Enable geolocation functionality
* [Disable Geolocation](/api-reference/geolocation/disable-geolocation) - Disable geolocation functionality

## Authentication

All endpoints require authentication using a Personal API Access Token.

## Permissions

* **Admin Only** - All endpoints require admin privileges (sysAdmin user)

## Related Documentation

* [Authentication Guide](/api-reference/getting-started/authentication) - How to obtain and use API tokens
* [Error Handling](/api-reference/getting-started/error-handling) - Error response formats
