Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
根据 ID 获取 Forward Identity。
GET /api/v1/forward/identities/{identity_id}
Bearer <PAT>
curl -s -X GET 'https://api.qoder.com/api/v1/forward/identities/idn_019eabc123' \ -H "Authorization: Bearer $QODER_PAT"
{ "id": "idn_019eabc123", "external_id": "user_456", "name": "Example User", "enabled": true, "metadata": { "channel": "web" }, "created_at": "2026-06-18T10:00:00Z", "updated_at": "2026-06-18T10:00:00Z" }
not_found_error
authentication_error
authentication_required
permission_error