Fetch a Geofence information using its ID

Purpose: Use this API to search for a specific Geofence by using its ID.

Response Parameters

Geofence

  • Type: Object
  • Description: Contains details of the geofence.

id

  • Type: Integer
  • Description: The unique identifier for the geofence.

name

  • Type: String
  • Description: The name of the geofence.

category

  • Type: String
  • Description: The category of the geofence, e.g., "Fuel Station".

status

  • Type: String
  • Description: The status of the geofence, e.g., "active".

address

  • Type: String
  • Description: The physical address associated with the geofence.

location_points

  • Type: Array of Objects
  • Description: A list of geographical points that define the boundaries of the geofence.

lat

  • Type: Float
  • Description: The latitude of a location point in the geofence.

lon

  • Type: Float
  • Description: The longitude of a location point in the geofence.

Language
Credentials
Header
Click Try It! to start a request and see the response here!