{ "opencollection": "1.0.0", "info": { "name": "Abound API - v4 1099-INT Users API", "version": "4" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Users", "type": "folder" }, "items": [ { "info": { "name": "List all users", "type": "http" }, "http": { "method": "GET", "url": "https://production-api.withabound.com/v4/users", "params": [ { "name": "page", "value": "", "type": "query" }, { "name": "email", "value": "", "type": "query" }, { "name": "foreignId", "value": "", "type": "query" } ] }, "docs": "Returns a list of users. Up to 100 users are returned per request." }, { "info": { "name": "Create a user", "type": "http" }, "http": { "method": "POST", "url": "https://production-api.withabound.com/v4/users", "headers": [ { "name": "Idempotency-Key", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates a user for a single end-user of your application." }, { "info": { "name": "Retrieve a user", "type": "http" }, "http": { "method": "GET", "url": "https://production-api.withabound.com/v4/users/:userId", "params": [ { "name": "userId", "value": "", "type": "path" } ] }, "docs": "Retrieves the details of an existing user." }, { "info": { "name": "Update a user", "type": "http" }, "http": { "method": "PUT", "url": "https://production-api.withabound.com/v4/users/:userId", "params": [ { "name": "userId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates an existing user. Any body parameters not provided will be removed." } ] } ], "bundled": true }