Returns a list of account types

Securityapi_key
Responses
200

Success

401

Authorization value is missing for the header or the credentials provided are incorrect

403

The account specified does not have the required role(s) to access the resource

404

Attempting to access invalid routes

500

An error occurred on the server. The response body includes details of the specific error

get/accounttypes
Request samples
Response samples
application/json
{
  • "pro": 1,
  • "basic": 2,
  • "any": 5
}