{
  "info": {
    "name": "Dual API",
    "description": "Dual Platform API - Comprehensive collection of all endpoints",
    "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
  },
  "auth": {
    "type": "bearer",
    "bearer": [
      {
        "key": "token",
        "value": "{{access_token}}",
        "type": "string"
      }
    ]
  },
  "item": [
    {
      "name": "Payments",
      "item": [
        {
          "name": "Retrieve payment configuration",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{base_url}}/payments/config",
              "protocol": "https",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "payments",
                "config"
              ]
            }
          },
          "response": []
        },
        {
          "name": "List all deposits",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{base_url}}/payments/deposits",
              "protocol": "https",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "payments",
                "deposits"
              ]
            }
          },
          "response": []
        }
      ]
    },
    {
      "name": "Support",
      "item": [
        {
          "name": "Request access to a feature or service",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{base_url}}/support/request-access",
              "protocol": "https",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "support",
                "request-access"
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "Retrieve a list of support messages",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{base_url}}/support",
              "protocol": "https",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "support"
              ]
            }
          },
          "response": []
        },
        {
          "name": "Send a support message",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{base_url}}/support",
              "protocol": "https",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "support"
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "Retrieve a specific support message",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{base_url}}/support/:messageId",
              "protocol": "https",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "support",
                ":messageId"
              ]
            }
          },
          "response": []
        }
      ]
    },
    {
      "name": "Organizations",
      "item": [
        {
          "name": "List all organizations",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{base_url}}/organizations",
              "protocol": "https",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "organizations"
              ]
            }
          },
          "response": []
        },
        {
          "name": "Create a new organization",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{base_url}}/organizations",
              "protocol": "https",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "organizations"
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "Get organization details",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{base_url}}/organizations/:organizationId",
              "protocol": "https",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "organizations",
                ":organizationId"
              ]
            }
          },
          "response": []
        },
        {
          "name": "Update organization",
          "request": {
            "method": "PUT",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{base_url}}/organizations/:organizationId",
              "protocol": "https",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "organizations",
                ":organizationId"
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "Get organization balance",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{base_url}}/organizations/:organizationId/balance",
              "protocol": "https",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "organizations",
                ":organizationId",
                "balance"
              ]
            }
          },
          "response": []
        },
        {
          "name": "Get balance history",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{base_url}}/organizations/:organizationId/balance/history",
              "protocol": "https",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "organizations",
                ":organizationId",
                "balance",
                "history"
              ]
            }
          },
          "response": []
        },
        {
          "name": "List organization members",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{base_url}}/organizations/:organizationId/members",
              "protocol": "https",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "organizations",
                ":organizationId",
                "members"
              ]
            }
          },
          "response": []
        },
        {
          "name": "Add organization member",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{base_url}}/organizations/:organizationId/members",
              "protocol": "https",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "organizations",
                ":organizationId",
                "members"
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "Remove organization member",
          "request": {
            "method": "DELETE",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{base_url}}/organizations/:organizationId/members/:memberId",
              "protocol": "https",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "organizations",
                ":organizationId",
                "members",
                ":memberId"
              ]
            }
          },
          "response": []
        },
        {
          "name": "Update member role",
          "request": {
            "method": "PATCH",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{base_url}}/organizations/:organizationId/members/:memberId",
              "protocol": "https",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "organizations",
                ":organizationId",
                "members",
                ":memberId"
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "List organization roles",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{base_url}}/organizations/:organizationId/roles",
              "protocol": "https",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "organizations",
                ":organizationId",
                "roles"
              ]
            }
          },
          "response": []
        },
        {
          "name": "Create organization role",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{base_url}}/organizations/:organizationId/roles",
              "protocol": "https",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "organizations",
                ":organizationId",
                "roles"
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "Update organization role",
          "request": {
            "method": "PATCH",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{base_url}}/organizations/:organizationId/roles/:roleId",
              "protocol": "https",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "organizations",
                ":organizationId",
                "roles",
                ":roleId"
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "Delete organization role",
          "request": {
            "method": "DELETE",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{base_url}}/organizations/:organizationId/roles/:roleId",
              "protocol": "https",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "organizations",
                ":organizationId",
                "roles",
                ":roleId"
              ]
            }
          },
          "response": []
        },
        {
          "name": "Create invitation",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{base_url}}/organizations/:organizationId/invitations",
              "protocol": "https",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "organizations",
                ":organizationId",
                "invitations"
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "List invitations",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{base_url}}/organizations/:organizationId/invitations",
              "protocol": "https",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "organizations",
                ":organizationId",
                "invitations"
              ]
            }
          },
          "response": []
        },
        {
          "name": "Delete invitation",
          "request": {
            "method": "DELETE",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{base_url}}/organizations/:organizationId/invitations/:invitationId",
              "protocol": "https",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "organizations",
                ":organizationId",
                "invitations",
                ":invitationId"
              ]
            }
          },
          "response": []
        },
        {
          "name": "Accept invitation",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{base_url}}/organizations/invitations/:invitationId/accept",
              "protocol": "https",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "organizations",
                "invitations",
                ":invitationId",
                "accept"
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        }
      ]
    },
    {
      "name": "Event Bus",
      "item": [
        {
          "name": "Execute an action",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{base_url}}/ebus/actions",
              "protocol": "https",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "ebus",
                "actions"
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "List available actions",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{base_url}}/ebus/actions",
              "protocol": "https",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "ebus",
                "actions"
              ]
            }
          },
          "response": []
        },
        {
          "name": "Get action details",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{base_url}}/ebus/actions/:actionId",
              "protocol": "https",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "ebus",
                "actions",
                ":actionId"
              ]
            }
          },
          "response": []
        },
        {
          "name": "Execute batch actions",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{base_url}}/ebus/actions/batch",
              "protocol": "https",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "ebus",
                "actions",
                "batch"
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "List action types",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{base_url}}/ebus/action-types",
              "protocol": "https",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "ebus",
                "action-types"
              ]
            }
          },
          "response": []
        },
        {
          "name": "Create action type",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{base_url}}/ebus/action-types",
              "protocol": "https",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "ebus",
                "action-types"
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "Get action type details",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{base_url}}/ebus/action-types/:actionTypeId",
              "protocol": "https",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "ebus",
                "action-types",
                ":actionTypeId"
              ]
            }
          },
          "response": []
        },
        {
          "name": "Update action type",
          "request": {
            "method": "PUT",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{base_url}}/ebus/action-types/:actionTypeId",
              "protocol": "https",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "ebus",
                "action-types",
                ":actionTypeId"
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        }
      ]
    },
    {
      "name": "Wallets",
      "item": [
        {
          "name": "Login with wallet",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{base_url}}/wallets/login",
              "protocol": "https",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "wallets",
                "login"
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "Guest login",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{base_url}}/wallets/login/guest",
              "protocol": "https",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "wallets",
                "login",
                "guest"
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "Request password reset",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{base_url}}/wallets/reset-code",
              "protocol": "https",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "wallets",
                "reset-code"
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "Verify reset code",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{base_url}}/wallets/reset-code/verify",
              "protocol": "https",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "wallets",
                "reset-code",
                "verify"
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "Register new wallet",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{base_url}}/wallets/register",
              "protocol": "https",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "wallets",
                "register"
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "Verify registration",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{base_url}}/wallets/register/verify",
              "protocol": "https",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "wallets",
                "register",
                "verify"
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "Get current wallet",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{base_url}}/wallets/me",
              "protocol": "https",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "wallets",
                "me"
              ]
            }
          },
          "response": []
        },
        {
          "name": "Update current wallet",
          "request": {
            "method": "PATCH",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{base_url}}/wallets/me",
              "protocol": "https",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "wallets",
                "me"
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "Delete current wallet",
          "request": {
            "method": "DELETE",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{base_url}}/wallets/me",
              "protocol": "https",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "wallets",
                "me"
              ]
            }
          },
          "response": []
        },
        {
          "name": "Get linked wallets",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{base_url}}/wallets/me/linked",
              "protocol": "https",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "wallets",
                "me",
                "linked"
              ]
            }
          },
          "response": []
        },
        {
          "name": "Get wallet by ID",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{base_url}}/wallets/:walletId",
              "protocol": "https",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "wallets",
                ":walletId"
              ]
            }
          },
          "response": []
        },
        {
          "name": "Get linked wallets by ID",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{base_url}}/wallets/:walletId/linked",
              "protocol": "https",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "wallets",
                ":walletId",
                "linked"
              ]
            }
          },
          "response": []
        },
        {
          "name": "Link wallet",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{base_url}}/wallets/link",
              "protocol": "https",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "wallets",
                "link"
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "Refresh access token",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{base_url}}/wallets/token/refresh",
              "protocol": "https",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "wallets",
                "token",
                "refresh"
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        }
      ]
    },
    {
      "name": "API Keys",
      "item": [
        {
          "name": "List API keys",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{base_url}}/api-keys",
              "protocol": "https",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api-keys"
              ]
            }
          },
          "response": []
        },
        {
          "name": "Create API key",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{base_url}}/api-keys",
              "protocol": "https",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api-keys"
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "Delete API key",
          "request": {
            "method": "DELETE",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{base_url}}/api-keys/:apiKeyId",
              "protocol": "https",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "api-keys",
                ":apiKeyId"
              ]
            }
          },
          "response": []
        }
      ]
    },
    {
      "name": "Templates",
      "item": [
        {
          "name": "List templates",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{base_url}}/templates",
              "protocol": "https",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "templates"
              ]
            }
          },
          "response": []
        },
        {
          "name": "Create template",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{base_url}}/templates",
              "protocol": "https",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "templates"
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "Get template",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{base_url}}/templates/:templateId",
              "protocol": "https",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "templates",
                ":templateId"
              ]
            }
          },
          "response": []
        },
        {
          "name": "Update template",
          "request": {
            "method": "PATCH",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{base_url}}/templates/:templateId",
              "protocol": "https",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "templates",
                ":templateId"
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "Delete template",
          "request": {
            "method": "DELETE",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{base_url}}/templates/:templateId",
              "protocol": "https",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "templates",
                ":templateId"
              ]
            }
          },
          "response": []
        },
        {
          "name": "List template variations",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{base_url}}/templates/:templateId/variations",
              "protocol": "https",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "templates",
                ":templateId",
                "variations"
              ]
            }
          },
          "response": []
        },
        {
          "name": "Create template variation",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{base_url}}/templates/:templateId/variations",
              "protocol": "https",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "templates",
                ":templateId",
                "variations"
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        }
      ]
    },
    {
      "name": "Objects",
      "item": [
        {
          "name": "List objects",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{base_url}}/objects",
              "protocol": "https",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "objects"
              ]
            }
          },
          "response": []
        },
        {
          "name": "Get object",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{base_url}}/objects/:objectId",
              "protocol": "https",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "objects",
                ":objectId"
              ]
            }
          },
          "response": []
        },
        {
          "name": "Update object",
          "request": {
            "method": "PATCH",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{base_url}}/objects/:objectId",
              "protocol": "https",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "objects",
                ":objectId"
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "Get object children",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{base_url}}/objects/:objectId/children",
              "protocol": "https",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "objects",
                ":objectId",
                "children"
              ]
            }
          },
          "response": []
        },
        {
          "name": "Get object parents",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{base_url}}/objects/:objectId/parents",
              "protocol": "https",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "objects",
                ":objectId",
                "parents"
              ]
            }
          },
          "response": []
        },
        {
          "name": "Get object activity",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{base_url}}/objects/:objectId/activity",
              "protocol": "https",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "objects",
                ":objectId",
                "activity"
              ]
            }
          },
          "response": []
        },
        {
          "name": "Get objects by geo",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{base_url}}/objects/:objectId/geo",
              "protocol": "https",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "objects",
                ":objectId",
                "geo"
              ]
            }
          },
          "response": []
        },
        {
          "name": "Search objects",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{base_url}}/objects/search",
              "protocol": "https",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "objects",
                "search"
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "Count objects",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{base_url}}/objects/count",
              "protocol": "https",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "objects",
                "count"
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        }
      ]
    },
    {
      "name": "Faces",
      "item": [
        {
          "name": "List faces",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{base_url}}/faces",
              "protocol": "https",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "faces"
              ]
            }
          },
          "response": []
        },
        {
          "name": "Create face",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{base_url}}/faces",
              "protocol": "https",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "faces"
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "Get face",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{base_url}}/faces/:faceId",
              "protocol": "https",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "faces",
                ":faceId"
              ]
            }
          },
          "response": []
        },
        {
          "name": "Update face",
          "request": {
            "method": "PATCH",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{base_url}}/faces/:faceId",
              "protocol": "https",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "faces",
                ":faceId"
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "Delete face",
          "request": {
            "method": "DELETE",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{base_url}}/faces/:faceId",
              "protocol": "https",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "faces",
                ":faceId"
              ]
            }
          },
          "response": []
        },
        {
          "name": "Get faces by template",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{base_url}}/faces/template/:templateId",
              "protocol": "https",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "faces",
                "template",
                ":templateId"
              ]
            }
          },
          "response": []
        }
      ]
    },
    {
      "name": "Storage",
      "item": [
        {
          "name": "Upload file",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{base_url}}/storage/upload",
              "protocol": "https",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "storage",
                "upload"
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "Get file",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{base_url}}/storage/:fileId",
              "protocol": "https",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "storage",
                ":fileId"
              ]
            }
          },
          "response": []
        },
        {
          "name": "Delete file",
          "request": {
            "method": "DELETE",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{base_url}}/storage/:fileId",
              "protocol": "https",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "storage",
                ":fileId"
              ]
            }
          },
          "response": []
        },
        {
          "name": "Get template assets",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{base_url}}/storage/template/:templateId",
              "protocol": "https",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "storage",
                "template",
                ":templateId"
              ]
            }
          },
          "response": []
        },
        {
          "name": "Upload template asset",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{base_url}}/storage/template/:templateId",
              "protocol": "https",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "storage",
                "template",
                ":templateId"
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        }
      ]
    },
    {
      "name": "Notifications",
      "item": [
        {
          "name": "List messages",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{base_url}}/messages",
              "protocol": "https",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "messages"
              ]
            }
          },
          "response": []
        },
        {
          "name": "Send message",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{base_url}}/messages/send",
              "protocol": "https",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "messages",
                "send"
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "List message templates",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{base_url}}/messages/templates",
              "protocol": "https",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "messages",
                "templates"
              ]
            }
          },
          "response": []
        },
        {
          "name": "Get message template",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{base_url}}/messages/templates/:templateId",
              "protocol": "https",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "messages",
                "templates",
                ":templateId"
              ]
            }
          },
          "response": []
        },
        {
          "name": "Create message template",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{base_url}}/messages/templates",
              "protocol": "https",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "messages",
                "templates"
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "Update message template",
          "request": {
            "method": "PATCH",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{base_url}}/messages/templates/:templateId",
              "protocol": "https",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "messages",
                "templates",
                ":templateId"
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "Delete message template",
          "request": {
            "method": "DELETE",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{base_url}}/messages/templates/:templateId",
              "protocol": "https",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "messages",
                "templates",
                ":templateId"
              ]
            }
          },
          "response": []
        }
      ]
    },
    {
      "name": "Webhooks",
      "item": [
        {
          "name": "List webhooks",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{base_url}}/webhooks",
              "protocol": "https",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "webhooks"
              ]
            }
          },
          "response": []
        },
        {
          "name": "Create webhook",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{base_url}}/webhooks",
              "protocol": "https",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "webhooks"
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "Get webhook",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{base_url}}/webhooks/:webhookId",
              "protocol": "https",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "webhooks",
                ":webhookId"
              ]
            }
          },
          "response": []
        },
        {
          "name": "Update webhook",
          "request": {
            "method": "PATCH",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{base_url}}/webhooks/:webhookId",
              "protocol": "https",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "webhooks",
                ":webhookId"
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "Delete webhook",
          "request": {
            "method": "DELETE",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{base_url}}/webhooks/:webhookId",
              "protocol": "https",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "webhooks",
                ":webhookId"
              ]
            }
          },
          "response": []
        },
        {
          "name": "Test webhook",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{base_url}}/webhooks/:webhookId/test",
              "protocol": "https",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "webhooks",
                ":webhookId",
                "test"
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        }
      ]
    },
    {
      "name": "Sequencer",
      "item": [
        {
          "name": "List batches",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{base_url}}/batches",
              "protocol": "https",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "batches"
              ]
            }
          },
          "response": []
        },
        {
          "name": "Get batch",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{base_url}}/batches/:batchId",
              "protocol": "https",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "batches",
                ":batchId"
              ]
            }
          },
          "response": []
        },
        {
          "name": "List checkpoints",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{base_url}}/checkpoints",
              "protocol": "https",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "checkpoints"
              ]
            }
          },
          "response": []
        },
        {
          "name": "Get checkpoint",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{base_url}}/checkpoints/:checkpointId",
              "protocol": "https",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "checkpoints",
                ":checkpointId"
              ]
            }
          },
          "response": []
        }
      ]
    },
    {
      "name": "Public API",
      "item": [
        {
          "name": "List public templates",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{base_url}}/public/templates",
              "protocol": "https",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "public",
                "templates"
              ]
            }
          },
          "response": []
        },
        {
          "name": "Get public template",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{base_url}}/public/templates/:templateId",
              "protocol": "https",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "public",
                "templates",
                ":templateId"
              ]
            }
          },
          "response": []
        },
        {
          "name": "Get public object",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{base_url}}/public/objects/:objectId",
              "protocol": "https",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "public",
                "objects",
                ":objectId"
              ]
            }
          },
          "response": []
        },
        {
          "name": "Search public objects",
          "request": {
            "method": "POST",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{base_url}}/public/objects/search",
              "protocol": "https",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "public",
                "objects",
                "search"
              ]
            },
            "body": {
              "mode": "raw",
              "raw": "{\n  \n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": []
        },
        {
          "name": "Get public faces by template",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{base_url}}/public/faces/template/:templateId",
              "protocol": "https",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "public",
                "faces",
                "template",
                ":templateId"
              ]
            }
          },
          "response": []
        },
        {
          "name": "Get public organization",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{base_url}}/public/organizations/:organizationId",
              "protocol": "https",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "public",
                "organizations",
                ":organizationId"
              ]
            }
          },
          "response": []
        },
        {
          "name": "Get public stats",
          "request": {
            "method": "GET",
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{base_url}}/public/stats",
              "protocol": "https",
              "host": [
                "{{base_url}}"
              ],
              "path": [
                "public",
                "stats"
              ]
            }
          },
          "response": []
        }
      ]
    }
  ],
  "variable": [
    {
      "key": "base_url",
      "value": "https://api-testnet.dual.network",
      "type": "string"
    },
    {
      "key": "access_token",
      "value": "",
      "type": "string"
    }
  ]
}