cURL
curl --request GET \ --url https://api.production.hyperoru.com/api/analytics/ai-attribution/conversations \ --header 'Authorization: Bearer <token>'
{ "conversations": [ { "id": 123, "created_at": "<string>", "title": "<string>", "updated_at": "<string>" } ] }
Session token issued by POST /api/users/login, transported as Authorization: Bearer <token>.
POST /api/users/login
Authorization: Bearer <token>
List AI attribution conversations
AI attribution conversation list.
Show child attributes
Was this page helpful?