IP Controller API
Operations related to IP detail
IP Controller API
The IP Controller API provides endpoints for retrieving information about IP addresses in the FinHub platform. These endpoints allow for obtaining geographical, timezone, and other details related to IP addresses.
Available Endpoints
This tag groups endpoints related to IP information operations, including:
Method | Endpoint | Description |
---|---|---|
GET | /api/v1/ip/country/ | Get IP country detail |
GET | /api/v1/ip/detail/ | Get IP data detail |
GET | /api/v1/ip/timezone/ | Get IP timezone detail |
IP Information
The IP Controller API enables applications to retrieve detailed information about IP addresses, which can be useful for:
- Geolocation-based services
- Timezone detection for scheduling and notifications
- Security and fraud detection
- Regulatory compliance
Security Considerations
IP information is used as part of security measures to detect unusual login patterns and potential fraud. All endpoints require proper authentication and authorization to access IP information.