Organizations
Update Disabled State for Organizations
POST
/
v1
/
organizations
/
access
/
disablestate
/
update
Use this API to enable or disable both read and write access for all documents for all users.
Let’s say your customer’s trial or subscription has ended and you want to disable their access to the Velt data, you could use this to disable access to the entire organization data.
If organization does not exist, it will be created.
Endpoint
POST https://api.velt.dev/v1/organizations/access/disablestate/update
Headers
x-velt-api-key
string
requiredYour API key.
x-velt-auth-token
string
requiredYour Auth Token.
Body Example
Params
data
object
requiredExample Requests
Response
Success Response
Failure Response
Was this page helpful?