Skip to main content

AccountInfoApi

MethodHTTP requestDescription
get_accout_info_using_getGET /api/web/v1/accountinfoGet account info
get_service_ip_addresses_using_getGET /api/web/v1/serviceipaddressesGet service IP addresses
update_account_info_using_putPUT /api/web/v1/accountinfoUpdate account info

get_accout_info_using_get

AccountInfo get_accout_info_using_get()

Get account info

Get account information. Caller requires the SUBSCRIBERS:VIEW permission.

  • Api Key Authentication (AdminAPIAuthentication):

Parameters

This endpoint does not need any parameter.

Return type

AccountInfo

Authorization

AdminAPIAuthentication

HTTP request headers

  • Content-Type: Not defined
  • Accept: application/json

HTTP response details

Status codeDescriptionResponse headers
200Successful-
400Bad Request-
401Access denied-
403Forbidden-
404Not Found-
409Conflict-

get_service_ip_addresses_using_get

ServiceIPAddresses get_service_ip_addresses_using_get()

Get service IP addresses

Get service IP addresses. Caller requires the SUBSCRIBERS:VIEW permission.

Example

  • Api Key Authentication (AdminAPIAuthentication):

Parameters

This endpoint does not need any parameter.

Return type

ServiceIPAddresses

Authorization

AdminAPIAuthentication

HTTP request headers

  • Content-Type: Not defined
  • Accept: application/json

HTTP response details

Status codeDescriptionResponse headers
200Successful-
400Bad Request-
401Access denied-
403Forbidden-
404Not Found-
409Conflict-

update_account_info_using_put

update_account_info_using_put(account_info_parms)

Update account info

Update account information. Caller requires the SUBSCRIBERS:EDIT permission.

Example

  • Api Key Authentication (AdminAPIAuthentication):

Parameters

NameTypeDescriptionNotes
account_info_parmsAccountInfoParms

Return type

void (empty response body)

Authorization

AdminAPIAuthentication

HTTP request headers

  • Content-Type: application/json
  • Accept: application/json

HTTP response details

Status codeDescriptionResponse headers
200Successful-
400Bad Request-
401Access denied-
403Forbidden-
404Not Found-
409Conflict-