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 Code Samples
curl --location --request POST '/fencealerts/fence-names' \
--header 'token;' \
--header 'x-api-key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"acctId": "string"
}'
Responses
{
"fenceNames": [
"string"
]
}
Modified at 2025-02-28 08:12:14