-
Notifications
You must be signed in to change notification settings - Fork 0
Creating a token
joaquinperaza edited this page Jul 23, 2017
·
1 revision
For using our API you need a token, you can get it by two different methods, the easiest is creating at pointaloon.com, if not you can do it by /createToken GET request:
/createToken GET Request
http://data.pointaloon.com/createToken?email=mymail@mydomain.com
Create API token for using Google Loon antenna tracker API. Parameters required:
- email=mail to bind with the new token.
Response: JSON with registered mail and assigned token.
Example:
{"token":"-Kp_R2BLaamqXTruCE-o","email":"youremail@domain.com"}
Tokens without activity in a long time period will be deleted, calling /point periodically will prevent that.