APIキーの発行

APIキーの発行

Untitled

API Reference

APIキーの指定

カスタムヘッダーのFucraw-API-Keyに発行したAPIキーを設定する

Fucraw-API-Key: YOUR_API_KEY

API URL

<https://aaa.com/api/v1>

ユーザー情報取得

<https://aaa.com/api/v1/user/me>

Success

{
  "name": "テスト太郎",
  "email": "[email protected]"
}

Error