{ "opencollection": "1.0.0", "info": { "name": "FitBark Activity User API", "version": "2.0" }, "items": [ { "info": { "name": "User", "type": "folder" }, "items": [ { "info": { "name": "Get user info", "type": "http" }, "http": { "method": "GET", "url": "https://app.fitbark.com/api/v2/user", "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get information about the specified (authenticated) user including name, username (email address), profile picture and Facebook ID. Access is Read." }, { "info": { "name": "Get user picture", "type": "http" }, "http": { "method": "GET", "url": "https://app.fitbark.com/api/v2/picture/user/:user_slug", "params": [ { "name": "user_slug", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get the Base64 encoded picture for a specified user. Images can only be accessed if the authenticated user is an existing owner or friend. Access is Read." }, { "info": { "name": "Get public user picture", "type": "http" }, "http": { "method": "GET", "url": "https://app.fitbark.com/api/v2/public_picture_user/:dog_slug.jpg", "params": [ { "name": "dog_slug", "value": "", "type": "path", "description": "The unique slug identifying a dog" } ] }, "docs": "Get the public JPEG picture for a user associated with a dog." } ] } ], "bundled": true }