Aqua mobile API (0.1.0)

Download OpenAPI specification:

License: Proprietary

Aquaモバイルアプリ向けのAPI仕様です。

users

ユーザー関連

ユーザー情報を取得

Authorizations:
bearerAuth
path Parameters
userId
required
string

ユーザーID

Responses

Response samples

Content type
application/json
{
  • "id": "u_12345",
  • "name": "山田太郎",
  • "email": "yamada@example.com"
}