Activate Sub-Account🔗︎
HTTP Verb | Path |
---|---|
POST | https://api.us.textkernel.com/tx/accounts/api/(accountId)/activate |
Activate a Sub-Account
Path Parameters🔗︎
Parameter | Data Type | Description |
---|---|---|
accountid | string | The AccountId to activate. |
Response Body🔗︎
ErrorMessage 🔗︎ string
ErrorMessage🔗︎
If an error occured, this will give a detailed message on what happened. If no error occured, this will be empty.
Deactivate Sub-Account🔗︎
HTTP Verb | Path |
---|---|
POST | https://api.us.textkernel.com/tx/accounts/api/(accountId)/deactivate |
Deactivates a Sub-Account
Warning
The sub-account will lose service immediately after being deactivated.
Path Parameters🔗︎
Parameter | Data Type | Description |
---|---|---|
accountid | string | The AccountId to deactivate. |