Multi Channel - Distributors
Channel APIs

Updating a Channel(Self Update)

4min

The self-update on the channel is to be used by a channel to update itself. A particular channel can use the self-update API to update properties like passwords, emails and other properties not controlled by the parent. Parent-controlled properties include properties like active boolean and other allowances granted by the parent.

Endpoint

/api/channels/โ€ฆ.your-channel-idโ€ฆ.

The channel-id is the userID that you get from the login call as described above.

Request Type

PUT

Headers

Content-type: โ€œapplication/jsonโ€ -> This is constant

Authorization: โ€œyour access tokenโ€ -> You will receive the access token from the login API call as described above.

Allowed Properties for Updation

JSON
๏ปฟ

The API accepts the following properties as detailed in the table below:

Property

Data Type

Example Values

username

String

username

password

String

password

email

String

email

product_productId

String

investorOnbaording

product_customerId

String

5219872648addff

product_accessToken

String

whr320jrehbfdvipkqwmnh

control_active

Boolean

true/false

control_allowedCount

Integer

Integer

control_updateProductInfo

Boolean

true/false

control_selfUpdation

Boolean

true/false

control_updateControls

Boolean

true/false

control_createChildren

Boolean

true/false

control_enableFrontendURLs

Boolean

true/false

disableEmailFromAmc

Boolean

true/false

callbackOnAction

Object

๏ปฟ

pageCallbackUrl

Object

Getting help

Please feel free to contact us if you have any questions, require clarification, or have ideas for how to make the documents or any of our services better.

You can reach out to us at [email protected].

๏ปฟ