This API will return a list of all GeoFences belonging to an account. It requires Account ID as input parameter.
Request
Add parameter in header x-api-key
Example:x-api-key: ********************
Body Params application/json
Request samples
curl --location --request POST '/fencealerts/fence-names' \
--header 'token;' \
--header 'Content-Type: application/json' \
--header 'x-api-key;' \
--data-raw '{
"acctId": "string"
}'
Responses
{
"fenceNames": [
"string"
]
}
Modified at 2025-02-28 08:12:14