Skip to content

自分の楽曲一覧

GET
/api/v1/profile/song

現在のユーザーが登録した楽曲の一覧を取得する。

Authorizations

BearerAuth

Firebase セッション Cookie または ID Token による認証

Type
HTTP (bearer)

Responses

楽曲一覧

application/json
JSON
{
"success": true,
"data": {
"songs": [
]
}
}

Samples

Powered by VitePress OpenAPI

shinp.info API Documentation