{ "opencollection": "1.0.0", "info": { "name": "Gleap AI content User API", "version": "14.0.0" }, "items": [ { "info": { "name": "User", "type": "folder" }, "items": [ { "info": { "name": "Get current user.", "type": "http" }, "http": { "method": "GET", "url": "https://api.gleap.io/v3/users/me", "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get current user." }, { "info": { "name": "Reassign all tickets to the user.", "type": "http" }, "http": { "method": "POST", "url": "https://api.gleap.io/v3/users/me/reassign-tickets", "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Reassign all tickets to the user." }, { "info": { "name": "Get unified inbox tickets", "type": "http" }, "http": { "method": "GET", "url": "https://api.gleap.io/v3/users/unified-inbox", "params": [ { "name": "type", "value": "", "type": "query" }, { "name": "filteredProjectId", "value": "", "type": "query" }, { "name": "page", "value": "", "type": "query" }, { "name": "limit", "value": "", "type": "query" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get unified inbox tickets" }, { "info": { "name": "Get unified inbox ticket", "type": "http" }, "http": { "method": "GET", "url": "https://api.gleap.io/v3/users/unified-inbox/:ticketId", "params": [ { "name": "ticketId", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get unified inbox ticket" }, { "info": { "name": "Update user.", "type": "http" }, "http": { "method": "PUT", "url": "https://api.gleap.io/v3/users/:userId", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Update user." }, { "info": { "name": "Get current user's role permissions.", "type": "http" }, "http": { "method": "GET", "url": "https://api.gleap.io/v3/users/me/permissions", "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get current user's role permissions." }, { "info": { "name": "Authenticate user for Pusher session.", "type": "http" }, "http": { "method": "POST", "url": "https://api.gleap.io/v3/users", "body": { "type": "json", "data": "{}" } }, "docs": "Authenticate user for Pusher session." }, { "info": { "name": "Authenticate user for Pusher session.", "type": "http" }, "http": { "method": "POST", "url": "https://api.gleap.io/v3/users/verify", "body": { "type": "json", "data": "{}" } }, "docs": "Authenticate user for Pusher session." }, { "info": { "name": "Resend a verification code to the user's email.", "type": "http" }, "http": { "method": "POST", "url": "https://api.gleap.io/v3/users/resend", "body": { "type": "json", "data": "{}" } }, "docs": "Resend a verification code to the user's email." }, { "info": { "name": "Authenticate user for Pusher session.", "type": "http" }, "http": { "method": "POST", "url": "https://api.gleap.io/v3/users/me/session-auth", "body": { "type": "json", "data": "{}" } }, "docs": "Authenticate user for Pusher session." }, { "info": { "name": "Authenticate user for Pusher session.", "type": "http" }, "http": { "method": "POST", "url": "https://api.gleap.io/v3/users/me/session-channel-auth", "body": { "type": "json", "data": "{}" } }, "docs": "Authenticate user for Pusher session." } ] } ], "bundled": true }