Skip to content

Postman Collection

Jmaxxz edited this page Jul 17, 2016 · 4 revisions

What is Postman

Postman is an graphical tool which makes it easy to interact with restful APIs. In order to document the August's restful APIs a postman collection has been created and checked into this repository .

Getting Started

  1. Install the Postman application.
  2. Import collection included in this repository.
  3. Setup the following environmental variables.
Variable Name Description Example value
installid A random value used by the APIs to determine if this device is authorized to access this user's account. 00000000-0000-0000-0000-000000000000
KeaseApiKey An key which appears to be shared by all users which provides API access. Use the provided example value. 14445b6a2dba
ApiKey The current user's JWT token. (This token is provided via the authentication apis, but one should initialize this variable with a value to make it easier to set late aaaaaaaaaa.bbbbbbbbbbb.cccccccccccc

Clone this wiki locally