test_with_auth エンドポイント一覧に戻る
SIDfm API との通信およびライセンス認証を確認します。
POST メソッドもサポートしています。
HTTPメソッド
get
post
ヘッダー
| Field | Type | Description |
|---|---|---|
| X-License-Id | String |
SIDfm ライセンス ID X-Api-Key と組み合わせて使用します。 |
| X-Api-Key | String | SIDfm アクセス API キー |
パラメータ
| Field | Type | Description |
|---|---|---|
| - | - | - |
レスポンス
| Field | Type | Description |
|---|---|---|
| success | Boolean | true |
レスポンス例
{
"success": true
}