{ "opencollection": "1.0.0", "info": { "name": "HEVN 2FA Chat API", "version": "0.1.2" }, "items": [ { "info": { "name": "Chat", "type": "folder" }, "items": [ { "info": { "name": "Create or get a chat", "type": "http" }, "http": { "method": "POST", "url": "https://api.hevn.finance/api/v1/chat/:chat_type", "headers": [ { "name": "x-api-key", "value": "" } ], "params": [ { "name": "chat_type", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get or create the internal chat of the given type for the current user.\n\nOptionally sends the first message." }, { "info": { "name": "Get chat messages", "type": "http" }, "http": { "method": "GET", "url": "https://api.hevn.finance/api/v1/chat/:chat_type/messages", "headers": [ { "name": "x-api-key", "value": "" } ], "params": [ { "name": "chat_type", "value": "", "type": "path" }, { "name": "limit", "value": "", "type": "query" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Return all messages in the chat." }, { "info": { "name": "Send a chat message", "type": "http" }, "http": { "method": "POST", "url": "https://api.hevn.finance/api/v1/chat/:chat_type/messages", "headers": [ { "name": "x-api-key", "value": "" } ], "params": [ { "name": "chat_type", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Send a message in the chat." }, { "info": { "name": "Mark chat as read by the user", "type": "http" }, "http": { "method": "POST", "url": "https://api.hevn.finance/api/v1/chat/:chat_type/read", "headers": [ { "name": "x-api-key", "value": "" } ], "params": [ { "name": "chat_type", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Mark chat as read by the user" }, { "info": { "name": "SSE stream for chat messages", "type": "http" }, "http": { "method": "GET", "url": "https://api.hevn.finance/api/v1/chat/:chat_type/stream", "headers": [ { "name": "x-api-key", "value": "" } ], "params": [ { "name": "chat_type", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Server-Sent Events stream for real-time chat messages." }, { "info": { "name": "Create or get a chat", "type": "http" }, "http": { "method": "POST", "url": "https://api.hevn.finance/api/v1/user/chat/:chat_type", "headers": [ { "name": "x-api-key", "value": "" } ], "params": [ { "name": "chat_type", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get or create the internal chat of the given type for the current user.\n\nOptionally sends the first message." }, { "info": { "name": "Get chat messages", "type": "http" }, "http": { "method": "GET", "url": "https://api.hevn.finance/api/v1/user/chat/:chat_type/messages", "headers": [ { "name": "x-api-key", "value": "" } ], "params": [ { "name": "chat_type", "value": "", "type": "path" }, { "name": "limit", "value": "", "type": "query" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Return all messages in the chat." }, { "info": { "name": "Send a chat message", "type": "http" }, "http": { "method": "POST", "url": "https://api.hevn.finance/api/v1/user/chat/:chat_type/messages", "headers": [ { "name": "x-api-key", "value": "" } ], "params": [ { "name": "chat_type", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Send a message in the chat." }, { "info": { "name": "Mark chat as read by the user", "type": "http" }, "http": { "method": "POST", "url": "https://api.hevn.finance/api/v1/user/chat/:chat_type/read", "headers": [ { "name": "x-api-key", "value": "" } ], "params": [ { "name": "chat_type", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Mark chat as read by the user" }, { "info": { "name": "SSE stream for chat messages", "type": "http" }, "http": { "method": "GET", "url": "https://api.hevn.finance/api/v1/user/chat/:chat_type/stream", "headers": [ { "name": "x-api-key", "value": "" } ], "params": [ { "name": "chat_type", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Server-Sent Events stream for real-time chat messages." } ] } ], "bundled": true }