myAuth : Unique and non-transferable token for authenticate requests
myCorporateToken : Unique and non-transferable token to make requests to our resources
HOST : Will be provided by Imbee
All requests must use the header "Content-Type" with value "application/json"
All requests to our API have the same response format, which is composed of the following properties:
time: time spent generating a response.
code: The generic codes are 1 if an error was detected while processing your request, or 0 if your request could be processed. There may be more error codes that will be detailed in each web services if they exist.
message: descriptive message of the webservice, it is not relevant.
Create a new web access token from a unique identifier
params:
virutal_user: can not be null or empty
bot_idsha: unique and non-transferable bot identifier
mail: address to send a mail with the access token (optional*)
celullar: celullar to send a sms with the access token (optional*)
max_retries: amount of retries that a user can use the access token (optional, if not specified, the default limit will be set)
date_limit: date that a access token will be valid, date format YYYY-MM-DD (optional, if not specified, the default limit will be set)
Notes:
mail or celullar can be optional, but not both at the same time