Skip to content

Creates a new instance in geofences of this model.

POST
/users/{id}/geofences

Authorizations

ApiKeyAuth
TypeAPI Key (header: Authorization)

Parameters

Path Parameters

id*

user id

Typestring
Required
formatJSON

Request Body

JSON
{
"outline": [
{
}
],
"center": {
"lat": 0,
"lng": 0
},
"radius": 0,
"type": "string",
"name": "string",
"wasInside": false,
"lastChecked": "string",
"modified": false,
"meta": {
},
"foreignId": "string",
"id": 0,
"deviceId": 0,
"configId": 0,
"userId": 0
}

Responses

Body (JSON)
application/json
JSON
{
"outline": [
{
}
],
"center": {
"lat": 0,
"lng": 0
},
"radius": 0,
"type": "string",
"name": "string",
"wasInside": false,
"lastChecked": "string",
"modified": false,
"meta": {
},
"foreignId": "string",
"id": 0,
"deviceId": 0,
"configId": 0,
"userId": 0
}

Playground

Authorization
Variables
Key
Value
Body
JSON

Samples

cURL
JavaScript
PHP
Python