Skip to main content

AccountInfoApi

MethodHTTP requestDescription
getAccoutInfoUsingGETGET /api/web/v1/accountinfoGet account info
getServiceIPAddressesUsingGETGET /api/web/v1/serviceipaddressesGet service IP addresses
updateAccountInfoUsingPUTPUT /api/web/v1/accountinfoUpdate account info

getAccoutInfoUsingGET

AccountInfo getAccoutInfoUsingGET()

Get account info

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

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-

getServiceIPAddressesUsingGET

ServiceIPAddresses getServiceIPAddressesUsingGET()

Get service IP addresses

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

Example

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-

updateAccountInfoUsingPUT

updateAccountInfoUsingPUT(accountInfoParms)

Update account info

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

Example

Parameters

NameTypeDescriptionNotes
accountInfoParmsAccountInfoParms

Return type

null (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-