-
Notifications
You must be signed in to change notification settings - Fork 0
API Interface
MarsZ Chen edited this page Dec 13, 2016
·
6 revisions
| Key | Value |
|---|---|
| Content-Type | application/json |
https://t291f98bt1.execute-api.ap-northeast-1.amazonaws.com/api
| Method | Path | URL parameters | Body(example) | Response Body(example) |
|---|---|---|---|---|
| POST | /accounts | { account_name: 'aloha' } | { account_name: 'aloha', auth_code: 'abcd1234' } | |
| POST | /accounts/validate | { auth_code: 'abcd1234' } | { account_name: 'aloha', status: 'authorized' } |