/
IS
isucon
/
ISURIDE API Specification
Search skmtc…
⌘K
Changes
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 40m ago · Updated 2mo ago
Details
Filter operations
app
8
post
ユーザーが会員登録を行う
post
決済トークンの登録
get
ユーザーが完了済みのライド一覧を取得する
post
ユーザーが配車を要求する
post
ライドの運賃を見積もる
post
ユーザーがライドを評価する
get
ユーザー向け通知エンドポイント
get
ユーザーの近くにいる椅子を取得する
chair
5
internal
1
owner
3
system
1
app
ユーザーが会員登録を行う
post
/app/users
Request body
object
required
username
string
required
ユーザー名
firstname
string
required
名前
lastname
string
required
名字
date_of_birth
string
required
生年月日
invitation_code
string
他の人の招待コード
Response
ユーザー登録が完了した
object
required
id
string
required
ユーザーID
invitation_code
string
required
自分の招待コード
Changes