v1

latestOpenAPI 3.0.02026-07-2640301.0 MB
Sub-Account Endpoints

account/subaccount/set-permissions

This endpoint will allow the user to modify the permissions and the maximum amounts to their sub-accounts in the API.

The main account will be able to only modify the permission that he has, For Example, if the user does not have ETCCollect permission, the account won't be able to assign that permission to their sub-account.

post/account/subaccount/set-permissions

Response

Successboolean required

True if the request was successful, false if it failed

ErrorMessagestring required

Contains a description of the error if the request failed

Example response

{
  "Success": true
}