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.

Using the GetAccoutInfoUsingGETWithHttpInfo variant

This returns an ApiResponse object which contains the response data, status code and headers.

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

Using the GetServiceIPAddressesUsingGETWithHttpInfo variant

This returns an ApiResponse object which contains the response data, status code and headers.

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

void UpdateAccountInfoUsingPUT (AccountInfoParms accountInfoParms)

Update account info

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

Example

Using the UpdateAccountInfoUsingPUTWithHttpInfo variant

This returns an ApiResponse object which contains the response data, status code and headers.

Parameters

NameTypeDescriptionNotes
accountInfoParmsAccountInfoParms

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-