v1

latestSwagger 2.0MIT2026-07-17233380637.0 KB
Master account

Associate an IP to sub-accounts

This endpoint allows to associate an IP to sub-accounts

post/corporate/subAccount/ip/associate

Request body

ipstring required

IP Address

idsinteger[] required

Pass the list of sub-account Ids to be associated with the IP address

Example request

{
  "ip": "103.11.32.88",
  "ids": [
    234322,
    325553,
    893432
  ]
}

Response

IP has been associated with sub-accounts successfully

object required