{ "opencollection": "1.0.0", "info": { "name": "Whop REST API (v1) Checkout Configurations Users API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Users", "type": "folder" }, "items": [ { "info": { "name": "List users", "type": "http" }, "http": { "method": "GET", "url": "https://api.whop.com/api/v1/users", "params": [ { "name": "company_id", "value": "", "type": "query" }, { "name": "after", "value": "", "type": "query" }, { "name": "first", "value": "", "type": "query" } ] }, "docs": "List users" }, { "info": { "name": "Retrieve a user", "type": "http" }, "http": { "method": "GET", "url": "https://api.whop.com/api/v1/users/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Retrieve a user" }, { "info": { "name": "Update a user", "type": "http" }, "http": { "method": "POST", "url": "https://api.whop.com/api/v1/users/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a user" }, { "info": { "name": "Check user access", "type": "http" }, "http": { "method": "GET", "url": "https://api.whop.com/api/v1/users/:id/check_access", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "access_pass_id", "value": "", "type": "query" }, { "name": "experience_id", "value": "", "type": "query" } ] }, "docs": "Checks whether a user has access to a given access pass / experience. Path segment modeled from the documented `check-user-access` operation." } ] } ], "bundled": true }