GET /api/v1/orgs/
org
PATCH /api/v1/orgs/
org
This method can be used to update certain organization-specific settings. Currently, the following values can be updated using PATCH calls with query parameters:
default_theme
: Specifies the default theme to use when a user that
is members of this organization creates a new document. This setting
shall be provided as string that identifies the theme—potentially
including the organization’s id.curl -u USER:PASSWORD --request PATCH --data default_theme=abc123/orange https://vizzlo.com/api/v1/orgs/abc123
GET /api/v1/orgs/
org
/members
POST /api/v1/orgs/
org
/members/add
POST /api/v1/orgs/
org
/members/remove
POST /api/v1/orgs/
org
/members/promote-owner
POST /api/v1/orgs/
org
/members/demote-owner
GET /api/v1/orgs/
org
/themes
GET /api/v1/orgs/
org
/themes/theme
PUT /api/v1/orgs/
org
/themes/theme
DELETE /api/v1/orgs/
org
/themes/theme
GET /api/v1/orgs/
org
/assets
curl -u USER:PASSWORD https://vizzlo.com/api/v1/orgs/abc123/assets
PUT /api/v1/orgs/
org
/assets/filename
POST /api/v1/orgs/
org
/assets
DELETE /api/v1/orgs/
org
/assets/filename
curl -u USER:PASSWORD -X DELETE https://vizzlo.com/api/v1/orgs/abc123/assets/FILENAME
GET /api/v1/orgs/
org
/teams
POST /api/v1/orgs/
org
/teams
GET /api/v1/orgs/
org
/team/team
PUT /api/v1/orgs/
org
/team/team
/member/username
DELETE /api/v1/orgs/
org
/team/team
/member/username
PUT /api/v1/orgs/
org
/team/team
DELETE /api/v1/orgs/
org
/team/team