Location-based Notifications
This is the API to add and modify geofences (locations) and notifications for the Plot plugin. When you want to manage the notifications using a visual interface then you can use our Dashboard.
Before you can create a notification, you have to create a Geofence. This is the location with a radius where the notification will trigger when the user reaches the place.
The API is located at the following URL: https://admin.plotprojects.com
All requests have a Basic Authentication header with the appId as username and the private key as password. You can find these under 'Integrate Plugin' in our Dashboard.
All requests return content of type application/json
in UTF-8 encoding. All PUT and POST requests consume a body of type application/json
in UTF-8 encoding.
When this document mentions a DateTime the following format is expected: yyyy-mm-ddThh:mm:ssZ
. Replace Z
with the appropriate time offset if not UTC, for example +02.
Currently our API has a limit to the amount of requests you can do, which is 10 requests per second. Exceeding this limit will result in an unsuccessful API call and a 429
Too Many Requests response.
In order to try the API, please fill in your appId and private token. These can be found on the dashboard, under Developer Tools.