You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 25, 2020. It is now read-only.
Kishin Yagami edited this page Jul 22, 2017
·
10 revisions
This is the API documentation of the LambStatus API v0. The API is still experimental and likely to change. See the change log to check the recent changes.
Authentication
The API calls require an API key in the call header. Follow the steps below to generate a new API key.
Open the "Settings" page
Click the "+" icon
Click the "Save" button
Now the new API key is created, and you can use it like this:
curl -H 'x-api-key: <your API key>' <the API Gateway URL>