APIアクセス
IDでエンドユーザーを取得します。
他のAPIがエンドユーザーID(例:ファイルアップロードの created_by)を返す場合に利用できます。
created_by
A valid request URL is required to generate request examples
{ "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "tenant_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "app_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "type": "service_api", "external_user_id": "<string>", "name": "<string>", "is_anonymous": true, "session_id": "<string>", "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z" }
API-Key認証。すべてのAPIリクエストで、Authorization HTTPヘッダーに Bearer {API_KEY} の形式でAPIキーを含めてください。APIキーの漏洩を避けるため、サーバーサイドでの保存を強く推奨します。
Authorization
Bearer {API_KEY}
エンドユーザーID。
エンドユーザーの取得に成功しました。
"service_api"
Was this page helpful?