Close\Reopen Business Account API
API Reference:
Close account API
API Reference:
Reopen account API
By using the Close Account API the account will immediately get locked. The account owner and all its staff members will no longer be able to log in.
Below are the minimum requirements for a successful call:
- Authorization token
- Business ID (UID)
(see details here)
To close an account the API request should be followed by "/close". To reopen the account it should be followed by "/reopen".
Example of Close Account API request:
curl --location --request POST 'https://api.vcita.com/v1/partners/accounts/{{BUSINESS_ID}}/close' \
--header 'Authorization: Token token="{{AUTHORIZATION_TOKEN}}"'
Note
The Authorization token syntax for this request is slightly different than the usual.
Updated 8 months ago
Whatβs Next