Wiki

Clone wiki

KIRI_API / KIRI API Management Dashboard

Introduction

KIRI API Management Dashboard can be accessed through https://kiri.travel/dev. It is made of several tabs, while the main tab is Authentication.

Tabs

Authentication

Here you can perform all things related to your user account. When not logged in, you can either:

  • Enter your user ID and password, then click "Login" (if you already have an account)
  • Click "Register" if you have not registered yet. An autogenerated password will be sent to your email address.

If you have successfully logged in, the "Register" button will become "Profile" to change your password or profile information. Another tab(s) will open, too for various management purposes.

API Keys Management

You can use this tab to manage your API Keys.

Here you can request one by clicking "Add". You should fill a custom description for yourself, and an API Key will be generated in the format of API_xxx where xxx is your 16-digit API Key. You can immediately use this API for your app as described in KIRI API Documentation.

You can also click "Edit" to edit description for your existing API key, or "Refresh" to refresh the API Keys list.

There is no "Delete" button at a moment, we seek your cooperation to not crazily request too many API keys that you do not use :) Whenever possible, please reuse unused existing keys.

Outtroduction

Should you have any problems, please contact us at hello (at) kiri (dot) travel. Have fun!

Updated