{
	"info": {
		"_postman_id": "5f5227e1-2205-4a07-ac77-48320d5d2b1b",
		"name": "JSONPad",
		"description": "JSONPad is a JSON storage platform with a RESTful API.\n\nThis collection contains all of the API endpoints and could be useful for trying out requests and seeing what the responses look like.\n\nSee [https://jsonpad.io/docs/api-reference](https://jsonpad.io/docs/api-reference)\n\n## Environment\n\nIt's recommended to create an Environment with the following variables:\n\n- `API_TOKEN` containing a token value which can be generated in the JSONPad dashboard.\n    \n- `IDENTITY_TOKEN` (optional) containing an identity token value after authenticating as an identity.\n    \n- `IDENTITY_GROUP` (optional) containing an identity group after authenticating as an identity.",
		"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
		"_exporter_id": "4388514"
	},
	"item": [
		{
			"name": "Lists",
			"item": [
				{
					"name": "Fetch all lists",
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "x-api-token",
								"value": "{{API_TOKEN}}",
								"type": "text"
							}
						],
						"url": {
							"raw": "https://api.jsonpad.io/lists",
							"protocol": "https",
							"host": [
								"api",
								"jsonpad",
								"io"
							],
							"path": [
								"lists"
							],
							"query": [
								{
									"key": "page",
									"value": "1",
									"disabled": true
								},
								{
									"key": "limit",
									"value": "20",
									"disabled": true
								},
								{
									"key": "order",
									"value": "createdAt",
									"disabled": true
								},
								{
									"key": "order",
									"value": "updatedAt",
									"disabled": true
								},
								{
									"key": "order",
									"value": "userId",
									"disabled": true
								},
								{
									"key": "order",
									"value": "name",
									"disabled": true
								},
								{
									"key": "order",
									"value": "pathName",
									"disabled": true
								},
								{
									"key": "order",
									"value": "pinned",
									"disabled": true
								},
								{
									"key": "order",
									"value": "readonly",
									"disabled": true
								},
								{
									"key": "order",
									"value": "realtime",
									"disabled": true
								},
								{
									"key": "order",
									"value": "indexable",
									"disabled": true
								},
								{
									"key": "order",
									"value": "protected",
									"disabled": true
								},
								{
									"key": "direction",
									"value": "asc",
									"disabled": true
								},
								{
									"key": "direction",
									"value": "desc",
									"disabled": true
								},
								{
									"key": "userId",
									"value": "",
									"disabled": true
								},
								{
									"key": "name",
									"value": "",
									"disabled": true
								},
								{
									"key": "pathName",
									"value": "",
									"disabled": true
								},
								{
									"key": "pinned",
									"value": "",
									"disabled": true
								},
								{
									"key": "readonly",
									"value": "",
									"disabled": true
								},
								{
									"key": "realtime",
									"value": "",
									"disabled": true
								},
								{
									"key": "indexable",
									"value": "",
									"disabled": true
								},
								{
									"key": "protected",
									"value": "",
									"disabled": true
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "View a list",
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "x-api-token",
								"value": "{{API_TOKEN}}",
								"type": "text"
							}
						],
						"url": {
							"raw": "https://api.jsonpad.io/lists/:list",
							"protocol": "https",
							"host": [
								"api",
								"jsonpad",
								"io"
							],
							"path": [
								"lists",
								":list"
							],
							"variable": [
								{
									"key": "list",
									"value": ""
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "View stats for a list",
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "x-api-token",
								"value": "{{API_TOKEN}}",
								"type": "text"
							}
						],
						"url": {
							"raw": "https://api.jsonpad.io/lists/:list/stats",
							"protocol": "https",
							"host": [
								"api",
								"jsonpad",
								"io"
							],
							"path": [
								"lists",
								":list",
								"stats"
							],
							"query": [
								{
									"key": "days",
									"value": "7",
									"disabled": true
								}
							],
							"variable": [
								{
									"key": "list",
									"value": ""
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "Fetch all events for a list",
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "x-api-token",
								"value": "{{API_TOKEN}}",
								"type": "text"
							}
						],
						"url": {
							"raw": "https://api.jsonpad.io/lists/:list/events",
							"protocol": "https",
							"host": [
								"api",
								"jsonpad",
								"io"
							],
							"path": [
								"lists",
								":list",
								"events"
							],
							"query": [
								{
									"key": "page",
									"value": "1",
									"disabled": true
								},
								{
									"key": "limit",
									"value": "20",
									"disabled": true
								},
								{
									"key": "order",
									"value": "createdAt",
									"disabled": true
								},
								{
									"key": "order",
									"value": "type",
									"disabled": true
								},
								{
									"key": "direction",
									"value": "asc",
									"disabled": true
								},
								{
									"key": "direction",
									"value": "desc",
									"disabled": true
								},
								{
									"key": "startAt",
									"value": "",
									"disabled": true
								},
								{
									"key": "endAt",
									"value": "",
									"disabled": true
								},
								{
									"key": "type",
									"value": "list-created",
									"disabled": true
								},
								{
									"key": "type",
									"value": "list-updated",
									"disabled": true
								}
							],
							"variable": [
								{
									"key": "list",
									"value": ""
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "View a list event",
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "x-api-token",
								"value": "{{API_TOKEN}}",
								"type": "text"
							}
						],
						"url": {
							"raw": "https://api.jsonpad.io/lists/:list/events/:eventId",
							"protocol": "https",
							"host": [
								"api",
								"jsonpad",
								"io"
							],
							"path": [
								"lists",
								":list",
								"events",
								":eventId"
							],
							"variable": [
								{
									"key": "list",
									"value": ""
								},
								{
									"key": "eventId",
									"value": ""
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "Search a list",
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "x-api-token",
								"value": "{{API_TOKEN}}",
								"type": "text"
							}
						],
						"url": {
							"raw": "https://api.jsonpad.io/lists/:list/search?query",
							"protocol": "https",
							"host": [
								"api",
								"jsonpad",
								"io"
							],
							"path": [
								"lists",
								":list",
								"search"
							],
							"query": [
								{
									"key": "query",
									"value": null
								},
								{
									"key": "order",
									"value": "score",
									"disabled": true
								},
								{
									"key": "order",
									"value": "createdAt",
									"disabled": true
								},
								{
									"key": "direction",
									"value": "asc",
									"disabled": true
								},
								{
									"key": "direction",
									"value": "desc",
									"disabled": true
								},
								{
									"key": "includeItems",
									"value": null,
									"disabled": true
								},
								{
									"key": "includeData",
									"value": null,
									"disabled": true
								}
							],
							"variable": [
								{
									"key": "list",
									"value": ""
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "Create a list",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "x-api-token",
								"value": "{{API_TOKEN}}",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\n  \"name\": \"Test List\",\n  \"description\": \"This is a test list\",\n  \"pathName\": \"test\",\n  \"schema\": {\n    \"type\": \"object\"\n  },\n  \"pinned\": false,\n  \"readonly\": false,\n  \"realtime\": true,\n  \"protected\": false,\n  \"indexable\": true\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "https://api.jsonpad.io/lists",
							"protocol": "https",
							"host": [
								"api",
								"jsonpad",
								"io"
							],
							"path": [
								"lists"
							]
						}
					},
					"response": []
				},
				{
					"name": "Update a list",
					"request": {
						"method": "PUT",
						"header": [
							{
								"key": "x-api-token",
								"value": "{{API_TOKEN}}",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\n  \"name\": \"Test List\",\n  \"description\": \"This is a test list\",\n  \"pathName\": \"test\",\n  \"schema\": {\n    \"type\": \"object\"\n  },\n  \"pinned\": false,\n  \"readonly\": false,\n  \"realtime\": true,\n  \"protected\": false,\n  \"indexable\": true\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "https://api.jsonpad.io/lists/:list",
							"protocol": "https",
							"host": [
								"api",
								"jsonpad",
								"io"
							],
							"path": [
								"lists",
								":list"
							],
							"variable": [
								{
									"key": "list",
									"value": ""
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "Delete a list",
					"request": {
						"method": "DELETE",
						"header": [
							{
								"key": "x-api-token",
								"value": "{{API_TOKEN}}",
								"type": "text"
							}
						],
						"url": {
							"raw": "https://api.jsonpad.io/lists/:list",
							"protocol": "https",
							"host": [
								"api",
								"jsonpad",
								"io"
							],
							"path": [
								"lists",
								":list"
							],
							"variable": [
								{
									"key": "list",
									"value": ""
								}
							]
						}
					},
					"response": []
				}
			],
			"description": "Lists are collections of items. They are the main way to organize your data.\n\nSee [https://jsonpad.io/docs/lists](https://jsonpad.io/docs/lists)"
		},
		{
			"name": "Items",
			"item": [
				{
					"name": "Fetch all items",
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "x-api-token",
								"value": "{{API_TOKEN}}",
								"type": "text"
							},
							{
								"key": "x-identity-token",
								"value": "{{IDENTITY_TOKEN}}",
								"type": "text",
								"disabled": true
							},
							{
								"key": "x-identity-group",
								"value": "{{IDENTITY_GROUP}}",
								"type": "text",
								"disabled": true
							}
						],
						"url": {
							"raw": "https://api.jsonpad.io/lists/:list/items",
							"protocol": "https",
							"host": [
								"api",
								"jsonpad",
								"io"
							],
							"path": [
								"lists",
								":list",
								"items"
							],
							"query": [
								{
									"key": "page",
									"value": "1",
									"disabled": true
								},
								{
									"key": "limit",
									"value": "20",
									"disabled": true
								},
								{
									"key": "order",
									"value": "createdAt",
									"disabled": true
								},
								{
									"key": "order",
									"value": "updatedAt",
									"disabled": true
								},
								{
									"key": "order",
									"value": "alias",
									"disabled": true
								},
								{
									"key": "order",
									"value": "readonly",
									"disabled": true
								},
								{
									"key": "direction",
									"value": "asc",
									"disabled": true
								},
								{
									"key": "direction",
									"value": "desc",
									"disabled": true
								},
								{
									"key": "alias",
									"value": "",
									"disabled": true
								},
								{
									"key": "readonly",
									"value": "",
									"disabled": true
								},
								{
									"key": "includeData",
									"value": "",
									"disabled": true
								}
							],
							"variable": [
								{
									"key": "list",
									"value": ""
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "Fetch all items data",
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "x-api-token",
								"value": "{{API_TOKEN}}",
								"type": "text"
							},
							{
								"key": "x-identity-token",
								"value": "{{IDENTITY_TOKEN}}",
								"type": "text",
								"disabled": true
							},
							{
								"key": "x-identity-group",
								"value": "{{IDENTITY_GROUP}}",
								"type": "text",
								"disabled": true
							}
						],
						"url": {
							"raw": "https://api.jsonpad.io/lists/:list/items/data",
							"protocol": "https",
							"host": [
								"api",
								"jsonpad",
								"io"
							],
							"path": [
								"lists",
								":list",
								"items",
								"data"
							],
							"query": [
								{
									"key": "page",
									"value": "1",
									"disabled": true
								},
								{
									"key": "limit",
									"value": "20",
									"disabled": true
								},
								{
									"key": "order",
									"value": "createdAt",
									"disabled": true
								},
								{
									"key": "order",
									"value": "updatedAt",
									"disabled": true
								},
								{
									"key": "order",
									"value": "alias",
									"disabled": true
								},
								{
									"key": "order",
									"value": "readonly",
									"disabled": true
								},
								{
									"key": "direction",
									"value": "asc",
									"disabled": true
								},
								{
									"key": "direction",
									"value": "desc",
									"disabled": true
								},
								{
									"key": "alias",
									"value": "",
									"disabled": true
								},
								{
									"key": "readonly",
									"value": "",
									"disabled": true
								}
							],
							"variable": [
								{
									"key": "list",
									"value": ""
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "Fetch partial data from all items",
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "x-api-token",
								"value": "{{API_TOKEN}}",
								"type": "text"
							},
							{
								"key": "x-identity-token",
								"value": "{{IDENTITY_TOKEN}}",
								"type": "text",
								"disabled": true
							},
							{
								"key": "x-identity-group",
								"value": "{{IDENTITY_GROUP}}",
								"type": "text",
								"disabled": true
							}
						],
						"url": {
							"raw": "https://api.jsonpad.io/lists/:list/items/data/:path",
							"protocol": "https",
							"host": [
								"api",
								"jsonpad",
								"io"
							],
							"path": [
								"lists",
								":list",
								"items",
								"data",
								":path"
							],
							"query": [
								{
									"key": "page",
									"value": "1",
									"disabled": true
								},
								{
									"key": "limit",
									"value": "20",
									"disabled": true
								},
								{
									"key": "order",
									"value": "createdAt",
									"disabled": true
								},
								{
									"key": "order",
									"value": "updatedAt",
									"disabled": true
								},
								{
									"key": "order",
									"value": "alias",
									"disabled": true
								},
								{
									"key": "order",
									"value": "readonly",
									"disabled": true
								},
								{
									"key": "direction",
									"value": "asc",
									"disabled": true
								},
								{
									"key": "direction",
									"value": "desc",
									"disabled": true
								},
								{
									"key": "alias",
									"value": "",
									"disabled": true
								},
								{
									"key": "readonly",
									"value": "",
									"disabled": true
								}
							],
							"variable": [
								{
									"key": "list",
									"value": ""
								},
								{
									"key": "path",
									"value": ""
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "View an item",
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "x-api-token",
								"value": "{{API_TOKEN}}",
								"type": "text"
							},
							{
								"key": "x-identity-token",
								"value": "{{IDENTITY_TOKEN}}",
								"type": "text",
								"disabled": true
							},
							{
								"key": "x-identity-group",
								"value": "{{IDENTITY_GROUP}}",
								"type": "text",
								"disabled": true
							}
						],
						"url": {
							"raw": "https://api.jsonpad.io/lists/:list/items/:item",
							"protocol": "https",
							"host": [
								"api",
								"jsonpad",
								"io"
							],
							"path": [
								"lists",
								":list",
								"items",
								":item"
							],
							"query": [
								{
									"key": "includeData",
									"value": "",
									"disabled": true
								},
								{
									"key": "version",
									"value": null,
									"disabled": true
								}
							],
							"variable": [
								{
									"key": "list",
									"value": ""
								},
								{
									"key": "item",
									"value": ""
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "View an item's data",
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "x-api-token",
								"value": "{{API_TOKEN}}",
								"type": "text"
							},
							{
								"key": "x-identity-token",
								"value": "{{IDENTITY_TOKEN}}",
								"type": "text",
								"disabled": true
							},
							{
								"key": "x-identity-group",
								"value": "{{IDENTITY_GROUP}}",
								"type": "text",
								"disabled": true
							}
						],
						"url": {
							"raw": "https://api.jsonpad.io/lists/:list/items/:item/data",
							"protocol": "https",
							"host": [
								"api",
								"jsonpad",
								"io"
							],
							"path": [
								"lists",
								":list",
								"items",
								":item",
								"data"
							],
							"query": [
								{
									"key": "version",
									"value": null,
									"disabled": true
								}
							],
							"variable": [
								{
									"key": "list",
									"value": ""
								},
								{
									"key": "item",
									"value": ""
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "View partial data for an item",
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "x-api-token",
								"value": "{{API_TOKEN}}",
								"type": "text"
							},
							{
								"key": "x-identity-token",
								"value": "{{IDENTITY_TOKEN}}",
								"type": "text",
								"disabled": true
							},
							{
								"key": "x-identity-group",
								"value": "{{IDENTITY_GROUP}}",
								"type": "text",
								"disabled": true
							}
						],
						"url": {
							"raw": "https://api.jsonpad.io/lists/:list/items/:item/data/:path",
							"protocol": "https",
							"host": [
								"api",
								"jsonpad",
								"io"
							],
							"path": [
								"lists",
								":list",
								"items",
								":item",
								"data",
								":path"
							],
							"query": [
								{
									"key": "version",
									"value": null,
									"disabled": true
								}
							],
							"variable": [
								{
									"key": "list",
									"value": ""
								},
								{
									"key": "item",
									"value": ""
								},
								{
									"key": "path",
									"value": ""
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "View item stats",
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "x-api-token",
								"value": "{{API_TOKEN}}",
								"type": "text"
							},
							{
								"key": "x-identity-token",
								"value": "{{IDENTITY_TOKEN}}",
								"type": "text",
								"disabled": true
							},
							{
								"key": "x-identity-group",
								"value": "{{IDENTITY_GROUP}}",
								"type": "text",
								"disabled": true
							}
						],
						"url": {
							"raw": "https://api.jsonpad.io/lists/:list/items/:item/stats",
							"protocol": "https",
							"host": [
								"api",
								"jsonpad",
								"io"
							],
							"path": [
								"lists",
								":list",
								"items",
								":item",
								"stats"
							],
							"query": [
								{
									"key": "days",
									"value": "7",
									"disabled": true
								}
							],
							"variable": [
								{
									"key": "list",
									"value": ""
								},
								{
									"key": "item",
									"value": ""
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "Fetch all item events",
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "x-api-token",
								"value": "{{API_TOKEN}}",
								"type": "text"
							},
							{
								"key": "x-identity-token",
								"value": "{{IDENTITY_TOKEN}}",
								"type": "text",
								"disabled": true
							},
							{
								"key": "x-identity-group",
								"value": "{{IDENTITY_GROUP}}",
								"type": "text",
								"disabled": true
							}
						],
						"url": {
							"raw": "https://api.jsonpad.io/lists/:list/items/:item/events",
							"protocol": "https",
							"host": [
								"api",
								"jsonpad",
								"io"
							],
							"path": [
								"lists",
								":list",
								"items",
								":item",
								"events"
							],
							"query": [
								{
									"key": "page",
									"value": "1",
									"disabled": true
								},
								{
									"key": "limit",
									"value": "20",
									"disabled": true
								},
								{
									"key": "order",
									"value": "createdAt",
									"disabled": true
								},
								{
									"key": "order",
									"value": "type",
									"disabled": true
								},
								{
									"key": "direction",
									"value": "asc",
									"disabled": true
								},
								{
									"key": "direction",
									"value": "desc",
									"disabled": true
								},
								{
									"key": "startAt",
									"value": "",
									"disabled": true
								},
								{
									"key": "endAt",
									"value": "",
									"disabled": true
								},
								{
									"key": "type",
									"value": "item-created",
									"disabled": true
								},
								{
									"key": "type",
									"value": "item-updated",
									"disabled": true
								},
								{
									"key": "type",
									"value": "item-restored",
									"disabled": true
								}
							],
							"variable": [
								{
									"key": "list",
									"value": ""
								},
								{
									"key": "item",
									"value": ""
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "View an item event",
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "x-api-token",
								"value": "{{API_TOKEN}}",
								"type": "text"
							},
							{
								"key": "x-identity-token",
								"value": "{{IDENTITY_TOKEN}}",
								"type": "text",
								"disabled": true
							},
							{
								"key": "x-identity-group",
								"value": "{{IDENTITY_GROUP}}",
								"type": "text",
								"disabled": true
							}
						],
						"url": {
							"raw": "https://api.jsonpad.io/lists/:list/items/:item/events/:eventId",
							"protocol": "https",
							"host": [
								"api",
								"jsonpad",
								"io"
							],
							"path": [
								"lists",
								":list",
								"items",
								":item",
								"events",
								":eventId"
							],
							"variable": [
								{
									"key": "list",
									"value": ""
								},
								{
									"key": "item",
									"value": ""
								},
								{
									"key": "eventId",
									"value": ""
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "Create an item",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "x-api-token",
								"value": "{{API_TOKEN}}",
								"type": "text"
							},
							{
								"key": "x-identity-token",
								"value": "{{IDENTITY_TOKEN}}",
								"type": "text",
								"disabled": true
							},
							{
								"key": "x-identity-group",
								"value": "{{IDENTITY_GROUP}}",
								"type": "text",
								"disabled": true
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\n  \"data\": {\n    \"test\": 123\n  },\n  \"description\": \"This is a test item\",\n  \"version\": \"1\",\n  \"readonly\": false\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "https://api.jsonpad.io/lists/:list/items",
							"protocol": "https",
							"host": [
								"api",
								"jsonpad",
								"io"
							],
							"path": [
								"lists",
								":list",
								"items"
							],
							"variable": [
								{
									"key": "list",
									"value": ""
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "Update an item",
					"request": {
						"method": "PUT",
						"header": [
							{
								"key": "x-api-token",
								"value": "{{API_TOKEN}}",
								"type": "text"
							},
							{
								"key": "x-identity-token",
								"value": "{{IDENTITY_TOKEN}}",
								"type": "text",
								"disabled": true
							},
							{
								"key": "x-identity-group",
								"value": "{{IDENTITY_GROUP}}",
								"type": "text",
								"disabled": true
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\n  \"data\": {\n    \"test\": 123\n  },\n  \"description\": \"This is a test item\",\n  \"version\": \"2\",\n  \"readonly\": false\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "https://api.jsonpad.io/lists/:list/items/:item",
							"protocol": "https",
							"host": [
								"api",
								"jsonpad",
								"io"
							],
							"path": [
								"lists",
								":list",
								"items",
								":item"
							],
							"variable": [
								{
									"key": "list",
									"value": ""
								},
								{
									"key": "item",
									"value": ""
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "Update an item's data",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "x-api-token",
								"value": "{{API_TOKEN}}",
								"type": "text"
							},
							{
								"key": "x-identity-token",
								"value": "{{IDENTITY_TOKEN}}",
								"type": "text",
								"disabled": true
							},
							{
								"key": "x-identity-group",
								"value": "{{IDENTITY_GROUP}}",
								"type": "text",
								"disabled": true
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\n  \"test\": 123\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "https://api.jsonpad.io/lists/:list/items/:item/data",
							"protocol": "https",
							"host": [
								"api",
								"jsonpad",
								"io"
							],
							"path": [
								"lists",
								":list",
								"items",
								":item",
								"data"
							],
							"variable": [
								{
									"key": "list",
									"value": ""
								},
								{
									"key": "item",
									"value": ""
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "Replace an item's data",
					"request": {
						"method": "PUT",
						"header": [
							{
								"key": "x-api-token",
								"value": "{{API_TOKEN}}",
								"type": "text"
							},
							{
								"key": "x-identity-token",
								"value": "{{IDENTITY_TOKEN}}",
								"type": "text",
								"disabled": true
							},
							{
								"key": "x-identity-group",
								"value": "{{IDENTITY_GROUP}}",
								"type": "text",
								"disabled": true
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\n  \"test\": 123\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "https://api.jsonpad.io/lists/:list/items/:item/data",
							"protocol": "https",
							"host": [
								"api",
								"jsonpad",
								"io"
							],
							"path": [
								"lists",
								":list",
								"items",
								":item",
								"data"
							],
							"variable": [
								{
									"key": "list",
									"value": ""
								},
								{
									"key": "item",
									"value": ""
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "Patch an item's data",
					"request": {
						"method": "PATCH",
						"header": [
							{
								"key": "x-api-token",
								"value": "{{API_TOKEN}}",
								"type": "text"
							},
							{
								"key": "x-identity-token",
								"value": "{{IDENTITY_TOKEN}}",
								"type": "text",
								"disabled": true
							},
							{
								"key": "x-identity-group",
								"value": "{{IDENTITY_GROUP}}",
								"type": "text",
								"disabled": true
							}
						],
						"body": {
							"mode": "raw",
							"raw": "[\n  { \"op\": \"replace\", \"path\": \"/test\", \"value\": 123 }\n]",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "https://api.jsonpad.io/lists/:list/items/:item/data",
							"protocol": "https",
							"host": [
								"api",
								"jsonpad",
								"io"
							],
							"path": [
								"lists",
								":list",
								"items",
								":item",
								"data"
							],
							"variable": [
								{
									"key": "list",
									"value": ""
								},
								{
									"key": "item",
									"value": ""
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "Add partial data to an item",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "x-api-token",
								"value": "{{API_TOKEN}}",
								"type": "text"
							},
							{
								"key": "x-identity-token",
								"value": "{{IDENTITY_TOKEN}}",
								"type": "text",
								"disabled": true
							},
							{
								"key": "x-identity-group",
								"value": "{{IDENTITY_GROUP}}",
								"type": "text",
								"disabled": true
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\n  \"test\": 123\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "https://api.jsonpad.io/lists/:list/items/:item/data/:pointer",
							"protocol": "https",
							"host": [
								"api",
								"jsonpad",
								"io"
							],
							"path": [
								"lists",
								":list",
								"items",
								":item",
								"data",
								":pointer"
							],
							"variable": [
								{
									"key": "list",
									"value": ""
								},
								{
									"key": "item",
									"value": ""
								},
								{
									"key": "pointer",
									"value": ""
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "Update part of an item's data",
					"request": {
						"method": "PUT",
						"header": [
							{
								"key": "x-api-token",
								"value": "{{API_TOKEN}}",
								"type": "text"
							},
							{
								"key": "x-identity-token",
								"value": "{{IDENTITY_TOKEN}}",
								"type": "text",
								"disabled": true
							},
							{
								"key": "x-identity-group",
								"value": "{{IDENTITY_GROUP}}",
								"type": "text",
								"disabled": true
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\n  \"test\": 123\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "https://api.jsonpad.io/lists/:list/items/:item/data/:pointer",
							"protocol": "https",
							"host": [
								"api",
								"jsonpad",
								"io"
							],
							"path": [
								"lists",
								":list",
								"items",
								":item",
								"data",
								":pointer"
							],
							"variable": [
								{
									"key": "list",
									"value": ""
								},
								{
									"key": "item",
									"value": ""
								},
								{
									"key": "pointer",
									"value": ""
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "Patch part of an item's data",
					"request": {
						"method": "PATCH",
						"header": [
							{
								"key": "x-api-token",
								"value": "{{API_TOKEN}}",
								"type": "text"
							},
							{
								"key": "x-identity-token",
								"value": "{{IDENTITY_TOKEN}}",
								"type": "text",
								"disabled": true
							},
							{
								"key": "x-identity-group",
								"value": "{{IDENTITY_GROUP}}",
								"type": "text",
								"disabled": true
							}
						],
						"body": {
							"mode": "raw",
							"raw": "[\n  { \"op\": \"replace\", \"path\": \"/test\", \"value\": 123 }\n]",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "https://api.jsonpad.io/lists/:list/items/:item/data/:pointer",
							"protocol": "https",
							"host": [
								"api",
								"jsonpad",
								"io"
							],
							"path": [
								"lists",
								":list",
								"items",
								":item",
								"data",
								":pointer"
							],
							"variable": [
								{
									"key": "list",
									"value": ""
								},
								{
									"key": "item",
									"value": ""
								},
								{
									"key": "pointer",
									"value": ""
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "Delete an item",
					"request": {
						"method": "DELETE",
						"header": [
							{
								"key": "x-api-token",
								"value": "{{API_TOKEN}}",
								"type": "text"
							},
							{
								"key": "x-identity-token",
								"value": "{{IDENTITY_TOKEN}}",
								"type": "text",
								"disabled": true
							},
							{
								"key": "x-identity-group",
								"value": "{{IDENTITY_GROUP}}",
								"type": "text",
								"disabled": true
							}
						],
						"url": {
							"raw": "https://api.jsonpad.io/lists/:list/items/:item",
							"protocol": "https",
							"host": [
								"api",
								"jsonpad",
								"io"
							],
							"path": [
								"lists",
								":list",
								"items",
								":item"
							],
							"variable": [
								{
									"key": "list",
									"value": ""
								},
								{
									"key": "item",
									"value": ""
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "Delete part of an item's data",
					"request": {
						"method": "DELETE",
						"header": [
							{
								"key": "x-api-token",
								"value": "{{API_TOKEN}}",
								"type": "text"
							},
							{
								"key": "x-identity-token",
								"value": "{{IDENTITY_TOKEN}}",
								"type": "text",
								"disabled": true
							},
							{
								"key": "x-identity-group",
								"value": "{{IDENTITY_GROUP}}",
								"type": "text",
								"disabled": true
							}
						],
						"url": {
							"raw": "https://api.jsonpad.io/lists/:list/items/:item/data/:pointer",
							"protocol": "https",
							"host": [
								"api",
								"jsonpad",
								"io"
							],
							"path": [
								"lists",
								":list",
								"items",
								":item",
								"data",
								":pointer"
							],
							"variable": [
								{
									"key": "list",
									"value": ""
								},
								{
									"key": "item",
									"value": ""
								},
								{
									"key": "pointer",
									"value": ""
								}
							]
						}
					},
					"response": []
				}
			],
			"description": "Items are individual JSON documents. They are stored in lists.\n\nSee [https://jsonpad.io/docs/items](https://jsonpad.io/docs/items)"
		},
		{
			"name": "Indexes",
			"item": [
				{
					"name": "Fetch all indexes",
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "x-api-token",
								"value": "{{API_TOKEN}}",
								"type": "text"
							}
						],
						"url": {
							"raw": "https://api.jsonpad.io/lists/:list/indexes",
							"protocol": "https",
							"host": [
								"api",
								"jsonpad",
								"io"
							],
							"path": [
								"lists",
								":list",
								"indexes"
							],
							"query": [
								{
									"key": "page",
									"value": "1",
									"disabled": true
								},
								{
									"key": "limit",
									"value": "20",
									"disabled": true
								},
								{
									"key": "order",
									"value": "createdAt",
									"disabled": true
								},
								{
									"key": "order",
									"value": "updatedAt",
									"disabled": true
								},
								{
									"key": "order",
									"value": "name",
									"disabled": true
								},
								{
									"key": "order",
									"value": "pathName",
									"disabled": true
								},
								{
									"key": "order",
									"value": "valueType",
									"disabled": true
								},
								{
									"key": "order",
									"value": "alias",
									"disabled": true
								},
								{
									"key": "order",
									"value": "sorting",
									"disabled": true
								},
								{
									"key": "order",
									"value": "filtering",
									"disabled": true
								},
								{
									"key": "order",
									"value": "searching",
									"disabled": true
								},
								{
									"key": "order",
									"value": "defaultOrderDirection",
									"disabled": true
								},
								{
									"key": "direction",
									"value": "asc",
									"disabled": true
								},
								{
									"key": "direction",
									"value": "desc",
									"disabled": true
								},
								{
									"key": "name",
									"value": "",
									"disabled": true
								},
								{
									"key": "pathName",
									"value": "",
									"disabled": true
								},
								{
									"key": "valueType",
									"value": "",
									"disabled": true
								},
								{
									"key": "alias",
									"value": "",
									"disabled": true
								},
								{
									"key": "defaultOrderDirection",
									"value": "",
									"disabled": true
								}
							],
							"variable": [
								{
									"key": "list",
									"value": ""
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "View an index",
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "x-api-token",
								"value": "{{API_TOKEN}}",
								"type": "text"
							}
						],
						"url": {
							"raw": "https://api.jsonpad.io/lists/:list/indexes/:index",
							"protocol": "https",
							"host": [
								"api",
								"jsonpad",
								"io"
							],
							"path": [
								"lists",
								":list",
								"indexes",
								":index"
							],
							"variable": [
								{
									"key": "list",
									"value": ""
								},
								{
									"key": "index",
									"value": ""
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "View index stats",
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "x-api-token",
								"value": "{{API_TOKEN}}",
								"type": "text"
							}
						],
						"url": {
							"raw": "https://api.jsonpad.io/lists/:list/indexes/:index/stats",
							"protocol": "https",
							"host": [
								"api",
								"jsonpad",
								"io"
							],
							"path": [
								"lists",
								":list",
								"indexes",
								":index",
								"stats"
							],
							"query": [
								{
									"key": "days",
									"value": "7",
									"disabled": true
								}
							],
							"variable": [
								{
									"key": "list",
									"value": ""
								},
								{
									"key": "index",
									"value": ""
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "Fetch all index events",
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "x-api-token",
								"value": "{{API_TOKEN}}",
								"type": "text"
							}
						],
						"url": {
							"raw": "https://api.jsonpad.io/lists/:list/indexes/:index/events",
							"protocol": "https",
							"host": [
								"api",
								"jsonpad",
								"io"
							],
							"path": [
								"lists",
								":list",
								"indexes",
								":index",
								"events"
							],
							"query": [
								{
									"key": "page",
									"value": "1",
									"disabled": true
								},
								{
									"key": "limit",
									"value": "20",
									"disabled": true
								},
								{
									"key": "order",
									"value": "createdAt",
									"disabled": true
								},
								{
									"key": "order",
									"value": "type",
									"disabled": true
								},
								{
									"key": "direction",
									"value": "asc",
									"disabled": true
								},
								{
									"key": "direction",
									"value": "desc",
									"disabled": true
								},
								{
									"key": "startAt",
									"value": "",
									"disabled": true
								},
								{
									"key": "endAt",
									"value": "",
									"disabled": true
								},
								{
									"key": "type",
									"value": "index-created",
									"disabled": true
								},
								{
									"key": "type",
									"value": "index-updated",
									"disabled": true
								}
							],
							"variable": [
								{
									"key": "list",
									"value": ""
								},
								{
									"key": "index",
									"value": ""
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "View an index event",
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "x-api-token",
								"value": "{{API_TOKEN}}",
								"type": "text"
							}
						],
						"url": {
							"raw": "https://api.jsonpad.io/lists/:list/indexes/:index/events/:eventId",
							"protocol": "https",
							"host": [
								"api",
								"jsonpad",
								"io"
							],
							"path": [
								"lists",
								":list",
								"indexes",
								":index",
								"events",
								":eventId"
							],
							"variable": [
								{
									"key": "list",
									"value": ""
								},
								{
									"key": "index",
									"value": ""
								},
								{
									"key": "eventId",
									"value": ""
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "Create an index",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "x-api-token",
								"value": "{{API_TOKEN}}",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\n  \"name\": \"Test Index\",\n  \"description\": \"This is a test index\",\n  \"pathName\": \"test\",\n  \"pointer\": \"/name\",\n  \"valueType\": \"string\",\n  \"alias\": false,\n  \"sorting\": true,\n  \"filtering\": true,\n  \"searching\": true,\n  \"defaultOrderDirection\": \"asc\"\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "https://api.jsonpad.io/lists/:list/indexes",
							"protocol": "https",
							"host": [
								"api",
								"jsonpad",
								"io"
							],
							"path": [
								"lists",
								":list",
								"indexes"
							],
							"variable": [
								{
									"key": "list",
									"value": ""
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "Update an index",
					"request": {
						"method": "PUT",
						"header": [
							{
								"key": "x-api-token",
								"value": "{{API_TOKEN}}",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\n  \"name\": \"Test Index\",\n  \"description\": \"This is a test index\",\n  \"pathName\": \"test\",\n  \"pointer\": \"/name\",\n  \"valueType\": \"string\",\n  \"alias\": false,\n  \"sorting\": true,\n  \"filtering\": true,\n  \"searching\": true,\n  \"defaultOrderDirection\": \"asc\"\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "https://api.jsonpad.io/lists/:list/indexes/:index",
							"protocol": "https",
							"host": [
								"api",
								"jsonpad",
								"io"
							],
							"path": [
								"lists",
								":list",
								"indexes",
								":index"
							],
							"variable": [
								{
									"key": "list",
									"value": ""
								},
								{
									"key": "index",
									"value": ""
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "Delete an index",
					"request": {
						"method": "DELETE",
						"header": [
							{
								"key": "x-api-token",
								"value": "{{API_TOKEN}}",
								"type": "text"
							}
						],
						"url": {
							"raw": "https://api.jsonpad.io/lists/:list/indexes/:index",
							"protocol": "https",
							"host": [
								"api",
								"jsonpad",
								"io"
							],
							"path": [
								"lists",
								":list",
								"indexes",
								":index"
							],
							"variable": [
								{
									"key": "list",
									"value": ""
								},
								{
									"key": "index",
									"value": ""
								}
							]
						}
					},
					"response": []
				}
			],
			"description": "Indexes are used to enable sorting, searching, and filtering of items.\n\nSee [https://jsonpad.io/docs/indexes](https://jsonpad.io/docs/indexes)"
		},
		{
			"name": "Identities",
			"item": [
				{
					"name": "Fetch all identities",
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "x-api-token",
								"value": "{{API_TOKEN}}",
								"type": "text"
							}
						],
						"url": {
							"raw": "https://api.jsonpad.io/identities",
							"protocol": "https",
							"host": [
								"api",
								"jsonpad",
								"io"
							],
							"path": [
								"identities"
							],
							"query": [
								{
									"key": "page",
									"value": "1",
									"disabled": true
								},
								{
									"key": "limit",
									"value": "20",
									"disabled": true
								},
								{
									"key": "order",
									"value": "createdAt",
									"disabled": true
								},
								{
									"key": "order",
									"value": "updatedAt",
									"disabled": true
								},
								{
									"key": "order",
									"value": "userId",
									"disabled": true
								},
								{
									"key": "order",
									"value": "group",
									"disabled": true
								},
								{
									"key": "order",
									"value": "name",
									"disabled": true
								},
								{
									"key": "direction",
									"value": "asc",
									"disabled": true
								},
								{
									"key": "direction",
									"value": "desc",
									"disabled": true
								},
								{
									"key": "userId",
									"value": "",
									"disabled": true
								},
								{
									"key": "group",
									"value": "",
									"disabled": true
								},
								{
									"key": "name",
									"value": "",
									"disabled": true
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "View an identity",
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "x-api-token",
								"value": "{{API_TOKEN}}",
								"type": "text"
							}
						],
						"url": {
							"raw": "https://api.jsonpad.io/identities/:identityId",
							"protocol": "https",
							"host": [
								"api",
								"jsonpad",
								"io"
							],
							"path": [
								"identities",
								":identityId"
							],
							"variable": [
								{
									"key": "identityId",
									"value": ""
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "View stats for an identity",
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "x-api-token",
								"value": "{{API_TOKEN}}",
								"type": "text"
							}
						],
						"url": {
							"raw": "https://api.jsonpad.io/identities/:identityId/stats",
							"protocol": "https",
							"host": [
								"api",
								"jsonpad",
								"io"
							],
							"path": [
								"identities",
								":identityId",
								"stats"
							],
							"query": [
								{
									"key": "days",
									"value": "7",
									"disabled": true
								}
							],
							"variable": [
								{
									"key": "identityId",
									"value": ""
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "Fetch all events for an identity",
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "x-api-token",
								"value": "{{API_TOKEN}}",
								"type": "text"
							}
						],
						"url": {
							"raw": "https://api.jsonpad.io/identities/:identityId/events",
							"protocol": "https",
							"host": [
								"api",
								"jsonpad",
								"io"
							],
							"path": [
								"identities",
								":identityId",
								"events"
							],
							"query": [
								{
									"key": "page",
									"value": "1",
									"disabled": true
								},
								{
									"key": "limit",
									"value": "20",
									"disabled": true
								},
								{
									"key": "order",
									"value": "createdAt",
									"disabled": true
								},
								{
									"key": "order",
									"value": "type",
									"disabled": true
								},
								{
									"key": "direction",
									"value": "asc",
									"disabled": true
								},
								{
									"key": "direction",
									"value": "desc",
									"disabled": true
								},
								{
									"key": "startAt",
									"value": "",
									"disabled": true
								},
								{
									"key": "endAt",
									"value": "",
									"disabled": true
								},
								{
									"key": "type",
									"value": "identity-created",
									"disabled": true
								},
								{
									"key": "type",
									"value": "identity-updated",
									"disabled": true
								},
								{
									"key": "type",
									"value": "identity-registered",
									"disabled": true
								},
								{
									"key": "type",
									"value": "identity-logged-in",
									"disabled": true
								},
								{
									"key": "type",
									"value": "identity-logged-out",
									"disabled": true
								}
							],
							"variable": [
								{
									"key": "identityId",
									"value": ""
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "View an identity event",
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "x-api-token",
								"value": "{{API_TOKEN}}",
								"type": "text"
							}
						],
						"url": {
							"raw": "https://api.jsonpad.io/identities/:identityId/events/:eventId",
							"protocol": "https",
							"host": [
								"api",
								"jsonpad",
								"io"
							],
							"path": [
								"identities",
								":identityId",
								"events",
								":eventId"
							],
							"variable": [
								{
									"key": "identityId",
									"value": ""
								},
								{
									"key": "eventId",
									"value": ""
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "Create an identity",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "x-api-token",
								"value": "{{API_TOKEN}}",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\n  \"group\": \"test-group\",\n  \"name\": \"Test Identity\",\n  \"password\": \"secret\"\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "https://api.jsonpad.io/identities",
							"protocol": "https",
							"host": [
								"api",
								"jsonpad",
								"io"
							],
							"path": [
								"identities"
							]
						}
					},
					"response": []
				},
				{
					"name": "Update an identity",
					"request": {
						"method": "PUT",
						"header": [
							{
								"key": "x-api-token",
								"value": "{{API_TOKEN}}",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\n  \"group\": \"test-group\",\n  \"name\": \"Test Identity\",\n  \"password\": \"secret\"\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "https://api.jsonpad.io/identities/:identityId",
							"protocol": "https",
							"host": [
								"api",
								"jsonpad",
								"io"
							],
							"path": [
								"identities",
								":identityId"
							],
							"variable": [
								{
									"key": "identityId",
									"value": ""
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "Delete an identity",
					"request": {
						"method": "DELETE",
						"header": [
							{
								"key": "x-api-token",
								"value": "{{API_TOKEN}}",
								"type": "text"
							}
						],
						"url": {
							"raw": "https://api.jsonpad.io/identities/:identityId",
							"protocol": "https",
							"host": [
								"api",
								"jsonpad",
								"io"
							],
							"path": [
								"identities",
								":identityId"
							],
							"variable": [
								{
									"key": "identityId",
									"value": ""
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "Register an identity",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "x-api-token",
								"value": "{{API_TOKEN}}",
								"type": "text"
							},
							{
								"key": "x-identity-token",
								"value": "{{IDENTITY_TOKEN}}",
								"type": "text"
							},
							{
								"key": "x-identity-group",
								"value": "{{IDENTITY_GROUP}}",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\n  \"group\": \"test-group\",\n  \"name\": \"Test Identity\",\n  \"password\": \"secret\"\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "https://api.jsonpad.io/identities/register",
							"protocol": "https",
							"host": [
								"api",
								"jsonpad",
								"io"
							],
							"path": [
								"identities",
								"register"
							]
						}
					},
					"response": []
				},
				{
					"name": "Login using an identity",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "x-api-token",
								"value": "{{API_TOKEN}}",
								"type": "text"
							},
							{
								"key": "x-identity-token",
								"value": "{{IDENTITY_TOKEN}}",
								"type": "text"
							},
							{
								"key": "x-identity-group",
								"value": "{{IDENTITY_GROUP}}",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\n  \"group\": \"test-group\",\n  \"name\": \"Test Identity\",\n  \"password\": \"secret\"\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "https://api.jsonpad.io/identities/login",
							"protocol": "https",
							"host": [
								"api",
								"jsonpad",
								"io"
							],
							"path": [
								"identities",
								"login"
							]
						}
					},
					"response": []
				},
				{
					"name": "Logout from an identity",
					"request": {
						"method": "POST",
						"header": [
							{
								"key": "x-api-token",
								"value": "{{API_TOKEN}}",
								"type": "text"
							},
							{
								"key": "x-identity-token",
								"value": "{{IDENTITY_TOKEN}}",
								"type": "text"
							},
							{
								"key": "x-identity-group",
								"value": "{{IDENTITY_GROUP}}",
								"type": "text"
							}
						],
						"url": {
							"raw": "https://api.jsonpad.io/identities/logout",
							"protocol": "https",
							"host": [
								"api",
								"jsonpad",
								"io"
							],
							"path": [
								"identities",
								"logout"
							]
						}
					},
					"response": []
				},
				{
					"name": "View the current identity",
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "x-api-token",
								"value": "{{API_TOKEN}}",
								"type": "text"
							},
							{
								"key": "x-identity-token",
								"value": "{{IDENTITY_TOKEN}}",
								"type": "text"
							},
							{
								"key": "x-identity-group",
								"value": "{{IDENTITY_GROUP}}",
								"type": "text"
							}
						],
						"url": {
							"raw": "https://api.jsonpad.io/identities/self",
							"protocol": "https",
							"host": [
								"api",
								"jsonpad",
								"io"
							],
							"path": [
								"identities",
								"self"
							]
						}
					},
					"response": []
				},
				{
					"name": "Update the current identity",
					"request": {
						"method": "PUT",
						"header": [
							{
								"key": "x-api-token",
								"value": "{{API_TOKEN}}",
								"type": "text"
							},
							{
								"key": "x-identity-token",
								"value": "{{IDENTITY_TOKEN}}",
								"type": "text"
							},
							{
								"key": "x-identity-group",
								"value": "{{IDENTITY_GROUP}}",
								"type": "text"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\n  \"name\": \"Test Identity\",\n  \"password\": \"secret\"\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "https://api.jsonpad.io/identities/self",
							"protocol": "https",
							"host": [
								"api",
								"jsonpad",
								"io"
							],
							"path": [
								"identities",
								"self"
							]
						}
					},
					"response": []
				},
				{
					"name": "Delete the current identity",
					"request": {
						"method": "DELETE",
						"header": [
							{
								"key": "x-api-token",
								"value": "{{API_TOKEN}}",
								"type": "text"
							},
							{
								"key": "x-identity-token",
								"value": "{{IDENTITY_TOKEN}}",
								"type": "text"
							},
							{
								"key": "x-identity-group",
								"value": "{{IDENTITY_GROUP}}",
								"type": "text"
							}
						],
						"url": {
							"raw": "https://api.jsonpad.io/identities/self",
							"protocol": "https",
							"host": [
								"api",
								"jsonpad",
								"io"
							],
							"path": [
								"identities",
								"self"
							]
						}
					},
					"response": []
				}
			],
			"description": "Identities are user accounts for your app or service.\n\nSee [https://jsonpad.io/docs/identities](https://jsonpad.io/docs/identities)"
		}
	],
	"event": [
		{
			"listen": "prerequest",
			"script": {
				"type": "text/javascript",
				"exec": [
					""
				]
			}
		},
		{
			"listen": "test",
			"script": {
				"type": "text/javascript",
				"exec": [
					""
				]
			}
		}
	]
}