Multi Channel - Distributors
Distributor Dashboard
10min
basic details api endpoint details protocol https preproduction hostname investor onboarding preproduction signzy tech production hostname investor onboarding signzy tech distributor login login api for distributor dashboard input post request to /api/distributoradmins/login { "username" "enter your valid username", "password" "enter your valid password" } expected login response { "id" " id ", "ttl" " ttl ", "created" " created ", "userid" " userid " } property accepted values/format description id string this is your access token to be passed into other endpoints as an authorization header ttl integer time to live (ttl for the access token that is generated) created string time and date of creation of access token userid string id of the distributor add amc adding channel to the distributor dashboard this will be one time activity and the channel will be added to the dashboard headers property value content type application/json authorization … access token… input post request to /api/distributoradmins/addchannel { "task" "addamc", "id" " distributorid ", "credentials" { "username" " username ", "password" " password " } } property data type description task string task type id string distributor id credentials object object username string channel username password string channel password expected output { "result" { "message" "added successfully", "addstatus" true } } property data type description message string message addstatus boolean boolean value 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 help\@signzy com