{
	"info": {
		"_postman_id": "0d9f3f9a-439c-406c-99d2-565b58d963db",
		"name": "Pipeless v1 API",
		"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
	},
	"item": [
		{
			"name": "General",
			"item": [
				{
					"name": "Create Event",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json",
								"type": "text"
							},
							{
								"key": "Authorization",
								"value": "bearer ",
								"type": "text"
							}
						],
						"url": {
							"raw": "https://api.pipeless.io/v1/apps//events",
							"protocol": "https",
							"host": [
								"api",
								"pipeless",
								"io"
							],
							"path": [
								"v1",
								"apps",
								"",
								"events"
							]
						}
					},
					"response": []
				},
				{
					"name": "Delete Event",
					"request": {
						"method": "DELETE",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json",
								"type": "text"
							},
							{
								"key": "Authorization",
								"value": "bearer ",
								"type": "text"
							}
						],
						"url": {
							"raw": "https://api.pipeless.io/v1/apps//events",
							"protocol": "https",
							"host": [
								"api",
								"pipeless",
								"io"
							],
							"path": [
								"v1",
								"apps",
								"",
								"events"
							]
						}
					},
					"response": []
				},
				{
					"name": "Create Events Batch",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json",
								"type": "text"
							},
							{
								"key": "Authorization",
								"value": "bearer ",
								"type": "text"
							}
						],
						"url": {
							"raw": "https://api.pipeless.io/v1/apps//events/batch",
							"protocol": "https",
							"host": [
								"api",
								"pipeless",
								"io"
							],
							"path": [
								"v1",
								"apps",
								"",
								"events",
								"batch"
							]
						}
					},
					"response": []
				},
				{
					"name": "Get Object",
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json",
								"type": "text"
							},
							{
								"key": "Authorization",
								"value": "bearer ",
								"type": "text"
							}
						],
						"url": {
							"raw": "https://api.pipeless.io/v1/apps//objects",
							"protocol": "https",
							"host": [
								"api",
								"pipeless",
								"io"
							],
							"path": [
								"v1",
								"apps",
								"",
								"objects"
							]
						}
					},
					"response": []
				},
				{
					"name": "Delete Object",
					"request": {
						"method": "DELETE",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json",
								"type": "text"
							},
							{
								"key": "Authorization",
								"value": "bearer ",
								"type": "text"
							}
						],
						"url": {
							"raw": "https://api.pipeless.io/v1/apps//objects",
							"protocol": "https",
							"host": [
								"api",
								"pipeless",
								"io"
							],
							"path": [
								"v1",
								"apps",
								"",
								"objects"
							]
						}
					},
					"response": []
				},
				{
					"name": "Edit Object",
					"request": {
						"method": "PATCH",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json",
								"type": "text"
							},
							{
								"key": "Authorization",
								"value": "bearer ",
								"type": "text"
							}
						],
						"url": {
							"raw": "https://api.pipeless.io/v1/apps//objects",
							"protocol": "https",
							"host": [
								"api",
								"pipeless",
								"io"
							],
							"path": [
								"v1",
								"apps",
								"",
								"objects"
							]
						}
					},
					"response": []
				},
				{
					"name": "Get Recent Events",
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json",
								"type": "text"
							},
							{
								"key": "Authorization",
								"value": "bearer ",
								"type": "text"
							}
						],
						"url": {
							"raw": "https://api.pipeless.io/v1/apps//recent-events",
							"protocol": "https",
							"host": [
								"api",
								"pipeless",
								"io"
							],
							"path": [
								"v1",
								"apps",
								"",
								"recent-events"
							]
						}
					},
					"response": []
				},
				{
					"name": "Delete All Objects by Type",
					"request": {
						"method": "DELETE",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json",
								"type": "text"
							},
							{
								"key": "Authorization",
								"value": "bearer ",
								"type": "text"
							}
						],
						"url": {
							"raw": "https://api.pipeless.io/v1/apps//objects/all",
							"protocol": "https",
							"host": [
								"api",
								"pipeless",
								"io"
							],
							"path": [
								"v1",
								"apps",
								"",
								"objects",
								"all"
							]
						}
					},
					"response": []
				}
			],
			"protocolProfileBehavior": {}
		},
		{
			"name": "Activity",
			"item": [
				{
					"name": "Recent Activity on Object",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json",
								"type": "text"
							},
							{
								"key": "Authorization",
								"value": "bearer ",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\n    \"object\": {\n        \"id\": \"33\",\n        \"type\": \"user\"\n    }\n}"
						},
						"url": {
							"raw": "https://api.pipeless.io/v1/apps//algos/activity/object",
							"protocol": "https",
							"host": [
								"api",
								"pipeless",
								"io"
							],
							"path": [
								"v1",
								"apps",
								"",
								"algos",
								"activity",
								"object"
							]
						}
					},
					"response": []
				},
				{
					"name": "Activity Feed",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json",
								"type": "text"
							},
							{
								"key": "Authorization",
								"value": "bearer ",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\n    \"object\": {\n        \"id\": \"33\",\n        \"type\": \"user\"\n    }\n}"
						},
						"url": {
							"raw": "https://api.pipeless.io/v1/apps//algos/activity/feed",
							"protocol": "https",
							"host": [
								"api",
								"pipeless",
								"io"
							],
							"path": [
								"v1",
								"apps",
								"",
								"algos",
								"activity",
								"feed"
							]
						}
					},
					"response": []
				},
				{
					"name": "Activity Actions Feed",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json",
								"type": "text"
							},
							{
								"key": "Authorization",
								"value": "bearer ",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\n    \"object\": {\n        \"id\": \"33\",\n        \"type\": \"user\"\n    }\n}"
						},
						"url": {
							"raw": "https://api.pipeless.io/v1/apps//algos/activity/actions-feed",
							"protocol": "https",
							"host": [
								"api",
								"pipeless",
								"io"
							],
							"path": [
								"v1",
								"apps",
								"",
								"algos",
								"activity",
								"actions-feed"
							]
						}
					},
					"response": []
				}
			],
			"protocolProfileBehavior": {}
		},
		{
			"name": "Recommendations",
			"item": [
				{
					"name": "Get Recommended Content (for user)",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json",
								"type": "text"
							},
							{
								"key": "Authorization",
								"value": "bearer ",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\n    \"object\": {\n        \"id\": \"33\",\n        \"type\": \"user\"\n    },\n    \"content_object_type\": \"company\",\n    \"primary_positive_relationship_type\": \"liked\",\n    \"primary_negative_relationship_type\": \"disliked\",\n    \"content_tagged_relationship_type\": \"categorizedIn\",\n    \"content_tag_object_type\": \"category\"\n}"
						},
						"url": {
							"raw": "https://api.pipeless.io/v1/apps//algos/recommendations/content",
							"protocol": "https",
							"host": [
								"api",
								"pipeless",
								"io"
							],
							"path": [
								"v1",
								"apps",
								"",
								"algos",
								"recommendations",
								"content"
							]
						}
					},
					"response": []
				},
				{
					"name": "Get Recommended Users to Follow (for user)",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json",
								"type": "text"
							},
							{
								"key": "Authorization",
								"value": "bearer ",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\n    \"object\": {\n        \"id\": \"33\",\n        \"type\": \"user\"\n    },\n    \"followed_relationship_type\": \"followed\",\n    \"positive_relationship_type\": \"liked\",\n    \"content_tagged_relationship_type\": \"categorizedIn\",\n    \"content_object_type\": \"company\",\n    \"content_tag_object_type\": \"category\"\n}"
						},
						"url": {
							"raw": "https://api.pipeless.io/v1/apps//algos/recommendations/users-to-follow",
							"protocol": "https",
							"host": [
								"api",
								"pipeless",
								"io"
							],
							"path": [
								"v1",
								"apps",
								"",
								"algos",
								"recommendations",
								"users-to-follow"
							]
						}
					},
					"response": []
				},
				{
					"name": "Get Related Tags",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json",
								"type": "text"
							},
							{
								"key": "Authorization",
								"value": "bearer ",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\n    \"object\": {\n        \"id\": \"Sushi\",\n        \"type\": \"tag\"\n    },\n    \"content_object_type\": \"company\"\n}"
						},
						"url": {
							"raw": "https://api.pipeless.io/v1/apps//algos/recommendations/related-tags",
							"protocol": "https",
							"host": [
								"api",
								"pipeless",
								"io"
							],
							"path": [
								"v1",
								"apps",
								"",
								"algos",
								"recommendations",
								"related-tags"
							]
						}
					},
					"response": []
				},
				{
					"name": "Get Related Content",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json",
								"type": "text"
							},
							{
								"key": "Authorization",
								"value": "bearer ",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\n    \"object\": {\n        \"id\": \"Yasu Sushi Bistro\",\n        \"type\": \"company\"\n    },\n    \"content_tagged_relationship_type\": \"categorizedIn\",\n    \"positive_rel\": \"liked\",\n    \"content_tagged_object_type\": \"category\"\n}"
						},
						"url": {
							"raw": "https://api.pipeless.io/v1/apps//algos/recommendations/related-content",
							"protocol": "https",
							"host": [
								"api",
								"pipeless",
								"io"
							],
							"path": [
								"v1",
								"apps",
								"",
								"algos",
								"recommendations",
								"related-content"
							]
						}
					},
					"response": []
				},
				{
					"name": "Get Related Users",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "Content-Type",
								"value": "application/json",
								"type": "text"
							},
							{
								"key": "Authorization",
								"value": "bearer ",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\n    \"object\": {\n        \"id\": \"33\",\n        \"type\": \"user\"\n    },\n    \"followed_relationship_type\": \"followed\",\n    \"content_tagged_relationship_type\": \"categorizedIn\"\n}"
						},
						"url": {
							"raw": "https://api.pipeless.io/v1/apps//algos/recommendations/related-users",
							"protocol": "https",
							"host": [
								"api",
								"pipeless",
								"io"
							],
							"path": [
								"v1",
								"apps",
								"",
								"algos",
								"recommendations",
								"related-users"
							]
						}
					},
					"response": []
				}
			],
			"protocolProfileBehavior": {}
		}
	],
	"event": [
		{
			"listen": "prerequest",
			"script": {
				"id": "6834f372-a929-4cb9-8729-561964907334",
				"type": "text/javascript",
				"exec": [
					""
				]
			}
		},
		{
			"listen": "test",
			"script": {
				"id": "d2e73e0d-5e07-464c-8e80-1bc3a68736ff",
				"type": "text/javascript",
				"exec": [
					""
				]
			}
		}
	],
	"variable": [
		{
			"id": "60dcb773-1e55-43c0-b9d3-5190e29168de",
			"key": "app_id",
			"value": "your_app_id"
		},
		{
			"id": "eca08ed7-6c77-4ff0-96bb-4befed193596",
			"key": "api_key",
			"value": "your_api_key"
		}
	],
	"protocolProfileBehavior": {}
}