Please find the api endpoints at localhost:7777.
Supported content types are:
text/html;charset=utf-8text/htmltext/html;charset=utf-8, text/html):Documentation (In HTML).This part of the API is protected by JSON Web Tokens (JWTs)
Clients must supply the following data A JWT Token signed with this server's key
Supported content types are:
application/jsonapplication/json):[]Example (application/json):
[
    {
        "uuid": "00000000-0000-0000-0000-000000000000",
        "created": "2018-02-10T00:00:42Z",
        "name": "Example Text",
        "permissions": []
    }
]Example (application/json):
[
    {
        "uuid": "00000000-0000-0000-0000-000000000000",
        "created": "2018-02-10T00:00:42Z",
        "name": "Example Text",
        "permissions": []
    },
    {
        "uuid": "00000000-0000-0000-0000-000000000000",
        "created": "2018-02-10T00:00:42Z",
        "name": "Example Text",
        "permissions": []
    }
]Example (application/json):
[
    {
        "uuid": "00000000-0000-0000-0000-000000000000",
        "created": "2018-02-10T00:00:42Z",
        "name": "Example Text",
        "permissions": [
            "PermitAdd"
        ]
    }
]Example (application/json):
[
    {
        "uuid": "00000000-0000-0000-0000-000000000000",
        "created": "2018-02-10T00:00:42Z",
        "name": "Example Text",
        "permissions": []
    },
    {
        "uuid": "00000000-0000-0000-0000-000000000000",
        "created": "2018-02-10T00:00:42Z",
        "name": "Example Text",
        "permissions": []
    },
    {
        "uuid": "00000000-0000-0000-0000-000000000000",
        "created": "2018-02-10T00:00:42Z",
        "name": "Example Text",
        "permissions": []
    }
]This part of the API is protected by JSON Web Tokens (JWTs)
Clients must supply the following data A JWT Token signed with this server's key
Supported content types are:
application/jsonExample (application/json):
{
    "addAccessKeyPermissions": [],
    "addAccessKeyName": "Example Text"
}Example (application/json, application/json):
{
    "addAccessKeyPermissions": [
        "PermitAdd"
    ],
    "addAccessKeyName": "Example Text"
}Example (application/json):
{
    "addAccessKeyPermissions": [
        "PermitGetAccountInfo"
    ],
    "addAccessKeyName": "Example Text"
}Example (application/json):
{
    "addAccessKeyPermissions": [
        "PermitAdd"
    ],
    "addAccessKeyName": "Example Text"
}Supported content types are:
application/json{
    "accessKeyCreatedKey": "72563c12ee39b744e5842a6e5823cca3",
    "accessKeyCreatedCreatedTimestamp": "2018-02-10T00:00:42Z",
    "accessKeyCreatedUUID": "00000000-0000-0000-0000-000000000000"
}This part of the API is protected by JSON Web Tokens (JWTs)
Clients must supply the following data A JWT Token signed with this server's key
uuid: The UUID of the access key
Supported content types are:
application/jsonThis part of the API is protected by JSON Web Tokens (JWTs)
Clients must supply the following data A JWT Token signed with this server's key
uuid: The UUID of the access key
Supported content types are:
application/jsonapplication/json):{
    "uuid": "00000000-0000-0000-0000-000000000000",
    "created": "2018-02-10T00:00:42Z",
    "name": "Example Text",
    "permissions": []
}Example (application/json, application/json):
{
    "uuid": "00000000-0000-0000-0000-000000000000",
    "created": "2018-02-10T00:00:42Z",
    "name": "Example Text",
    "permissions": [
        "PermitAdd"
    ]
}Example (application/json):
{
    "uuid": "00000000-0000-0000-0000-000000000000",
    "created": "2018-02-10T00:00:42Z",
    "name": "Example Text",
    "permissions": [
        "PermitGetAccountInfo"
    ]
}Example (application/json):
{
    "uuid": "00000000-0000-0000-0000-000000000000",
    "created": "2018-02-10T00:00:42Z",
    "name": "Example Text",
    "permissions": [
        "PermitAdd"
    ]
}This part of the API is protected by JSON Web Tokens (JWTs)
Clients must supply the following data A JWT Token signed with this server's key
Supported content types are:
application/jsonThis part of the API is protected by JSON Web Tokens (JWTs)
Clients must supply the following data A JWT Token signed with this server's key
Supported content types are:
application/jsonapplication/json):{
    "subscribed": null,
    "admin": false,
    "uuid": "00000000-0000-0000-0000-000000000000",
    "created": "2018-02-10T00:00:42Z",
    "count": 42,
    "username": "Example Text",
    "last-login": null
}Example (application/json):
{
    "subscribed": "2018-02-10T00:00:42Z",
    "admin": false,
    "uuid": "00000000-0000-0000-0000-000000000000",
    "created": "2018-02-10T00:00:42Z",
    "count": 42,
    "username": "Example Text",
    "last-login": null
}Example (application/json):
{
    "subscribed": null,
    "admin": true,
    "uuid": "00000000-0000-0000-0000-000000000000",
    "created": "2018-02-10T00:00:42Z",
    "count": 42,
    "username": "Example Text",
    "last-login": null
}Example (application/json):
{
    "subscribed": "2018-02-10T00:00:42Z",
    "admin": true,
    "uuid": "00000000-0000-0000-0000-000000000000",
    "created": "2018-02-10T00:00:42Z",
    "count": 42,
    "username": "Example Text",
    "last-login": null
}Example (application/json):
{
    "subscribed": null,
    "admin": false,
    "uuid": "00000000-0000-0000-0000-000000000000",
    "created": "2018-02-10T00:00:42Z",
    "count": 42,
    "username": "Example Text",
    "last-login": "2018-02-10T00:00:42Z"
}This part of the API is protected by JSON Web Tokens (JWTs)
Clients must supply the following data A JWT Token signed with this server's key
Supported content types are:
application/jsonExample (application/json):
{
    "old-passphrase": "Example Text",
    "new-passphrase": "Example Text"
}Supported content types are:
application/json;charset=utf-8application/jsonapplication/json;charset=utf-8, application/json):This part of the API is protected by JSON Web Tokens (JWTs)
Clients must supply the following data A JWT Token signed with this server's key
Supported content types are:
application/jsonExample (application/json):
{
    "data": "SGVsbG8gV29ybGQh",
    "type": "text"
}Supported content types are:
application/json"00000000-0000-0000-0000-000000000000"This part of the API is protected by JSON Web Tokens (JWTs)
Clients must supply the following data A JWT Token signed with this server's key
uuid: The UUID of the item
Supported content types are:
application/jsonThis part of the API is protected by JSON Web Tokens (JWTs)
Clients must supply the following data A JWT Token signed with this server's key
uuid: The UUID of the item
Supported content types are:
application/json{
    "contents": {
        "data": "SGVsbG8gV29ybGQh",
        "type": "text"
    },
    "created": "2018-02-10T00:00:42Z",
    "id": "00000000-0000-0000-0000-000000000000"
}This part of the API is protected by JSON Web Tokens (JWTs)
Clients must supply the following data A JWT Token signed with this server's key
Supported content types are:
application/jsonapplication/json):[]Example (application/json):
[
    {
        "contents": {
            "data": "SGVsbG8gV29ybGQh",
            "type": "text"
        },
        "created": "2018-02-10T00:00:42Z",
        "id": "00000000-0000-0000-0000-000000000000"
    }
]Example (application/json):
[
    {
        "contents": {
            "data": "SGVsbG8gV29ybGQh",
            "type": "text"
        },
        "created": "2018-02-10T00:00:42Z",
        "id": "00000000-0000-0000-0000-000000000000"
    },
    {
        "contents": {
            "data": "SGVsbG8gV29ybGQh",
            "type": "text"
        },
        "created": "2018-02-10T00:00:42Z",
        "id": "00000000-0000-0000-0000-000000000000"
    }
]Example (application/json):
[
    {
        "contents": {
            "data": "SGVsbG8gV29ybGQh",
            "type": "text"
        },
        "created": "2018-02-10T00:00:42Z",
        "id": "00000000-0000-0000-0000-000000000000"
    },
    {
        "contents": {
            "data": "SGVsbG8gV29ybGQh",
            "type": "text"
        },
        "created": "2018-02-10T00:00:42Z",
        "id": "00000000-0000-0000-0000-000000000000"
    },
    {
        "contents": {
            "data": "SGVsbG8gV29ybGQh",
            "type": "text"
        },
        "created": "2018-02-10T00:00:42Z",
        "id": "00000000-0000-0000-0000-000000000000"
    }
]Example (application/json):
[
    {
        "contents": {
            "data": "SGVsbG8gV29ybGQh",
            "type": "text"
        },
        "created": "2018-02-10T00:00:42Z",
        "id": "00000000-0000-0000-0000-000000000000"
    },
    {
        "contents": {
            "data": "SGVsbG8gV29ybGQh",
            "type": "text"
        },
        "created": "2018-02-10T00:00:42Z",
        "id": "00000000-0000-0000-0000-000000000000"
    },
    {
        "contents": {
            "data": "SGVsbG8gV29ybGQh",
            "type": "text"
        },
        "created": "2018-02-10T00:00:42Z",
        "id": "00000000-0000-0000-0000-000000000000"
    },
    {
        "contents": {
            "data": "SGVsbG8gV29ybGQh",
            "type": "text"
        },
        "created": "2018-02-10T00:00:42Z",
        "id": "00000000-0000-0000-0000-000000000000"
    }
]This part of the API is protected by JSON Web Tokens (JWTs)
Clients must supply the following data A JWT Token signed with this server's key
Supported content types are:
application/jsonapplication/json):nullExample (application/json):
{
    "contents": {
        "data": "SGVsbG8gV29ybGQh",
        "type": "text"
    },
    "created": "2018-02-10T00:00:42Z",
    "id": "00000000-0000-0000-0000-000000000000"
}This part of the API is protected by JSON Web Tokens (JWTs)
Clients must supply the following data A JWT Token signed with this server's key
Supported content types are:
application/json42This part of the API is protected by JSON Web Tokens (JWTs)
Clients must supply the following data A JWT Token signed with this server's key
Supported content types are:
application/jsonExample (application/json):
{
    "undeleted": [],
    "added": {},
    "synced": []
}Example (application/json):
{
    "undeleted": [
        "00000000-0000-0000-0000-000000000000"
    ],
    "added": {},
    "synced": []
}Example (application/json):
{
    "undeleted": [],
    "added": {
        "0": {
            "contents": {
                "data": "SGVsbG8gV29ybGQh",
                "type": "text"
            },
            "created": "2018-02-10T00:00:42Z"
        }
    },
    "synced": []
}Example (application/json):
{
    "undeleted": [],
    "added": {},
    "synced": [
        "00000000-0000-0000-0000-000000000000"
    ]
}Example (application/json):
{
    "undeleted": [
        "00000000-0000-0000-0000-000000000000"
    ],
    "added": {
        "0": {
            "contents": {
                "data": "SGVsbG8gV29ybGQh",
                "type": "text"
            },
            "created": "2018-02-10T00:00:42Z"
        }
    },
    "synced": []
}Supported content types are:
application/jsonapplication/json):{
    "client-added": {},
    "server-deleted": [],
    "server-added": {},
    "client-deleted": []
}Example (application/json):
{
    "client-added": {},
    "server-deleted": [
        "00000000-0000-0000-0000-000000000000"
    ],
    "server-added": {},
    "client-deleted": []
}Example (application/json):
{
    "client-added": {},
    "server-deleted": [],
    "server-added": {},
    "client-deleted": [
        "00000000-0000-0000-0000-000000000000"
    ]
}Example (application/json):
{
    "client-added": {},
    "server-deleted": [],
    "server-added": {
        "00000000-0000-0000-0000-000000000000": {
            "contents": {
                "data": "SGVsbG8gV29ybGQh",
                "type": "text"
            },
            "created": "2018-02-10T00:00:42Z"
        }
    },
    "client-deleted": []
}Example (application/json):
{
    "client-added": {},
    "server-deleted": [
        "00000000-0000-0000-0000-000000000000"
    ],
    "server-added": {},
    "client-deleted": [
        "00000000-0000-0000-0000-000000000000"
    ]
}This part of the API is protected by JSON Web Tokens (JWTs)
Clients must supply the following data A JWT Token signed with this server's key
Supported content types are:
application/jsonapplication/json):[]Example (application/json):
[
    "00000000-0000-0000-0000-000000000000"
]Example (application/json):
[
    "00000000-0000-0000-0000-000000000000",
    "00000000-0000-0000-0000-000000000000"
]Example (application/json):
[
    "00000000-0000-0000-0000-000000000000",
    "00000000-0000-0000-0000-000000000000",
    "00000000-0000-0000-0000-000000000000"
]Example (application/json):
[
    "00000000-0000-0000-0000-000000000000",
    "00000000-0000-0000-0000-000000000000",
    "00000000-0000-0000-0000-000000000000",
    "00000000-0000-0000-0000-000000000000"
]Supported content types are:
application/jsonExample (application/json):
{
    "username": "Example Text",
    "password": "Example Text"
}Supported content types are:
application/json;charset=utf-8application/jsonapplication/json;charset=utf-8, application/json):This part of the API is protected by JSON Web Tokens (JWTs)
Clients must supply the following data A JWT Token signed with this server's key
Supported content types are:
application/jsonapplication/json):[]Example (application/json, application/json):
[
    "PermitAdd"
]Example (application/json):
[
    "PermitGetAccountInfo"
]Example (application/json):
[
    "PermitAdd"
]Supported content types are:
application/jsonapplication/json):nullExample (application/json):
{
    "trial-period": 30,
    "plan": "plan_FiN2Zsdv0DP0kh",
    "max-items-free": 5,
    "publishable-key": "pk_test_zV5qVP1IQTjE9QYulRZpfD8C00cqGOnQ91",
    "currency": "chf",
    "price": 100
}Supported content types are:
application/jsonExample (application/json):
{
    "name": "Example Text",
    "password": "Example Text"
}Supported content types are:
application/json