(Indian Tollfree Number)
(US Tollfree Number)
Register user details to use the Chatbot API. The registration process is required to access the Chatbot API. In response, the “user” info be generated which will be passed in the Chat Bot API.
Guidelines: How Cricket ChatBot API Be Used?
https://rest.cricketapi.com/rest/v3/bot/register-user/
POST
Params:
full_name
- Requiredemail
- Requiredphone_number
- Requiredutc_offset
- Requiredgender
- Requiredaccess_token
- Required$ curl -X POST \
-d "full_name=YOUR_NAME" \
-d "email=YOUR_EMAIL" \
-d "phone_number=1234567890" \
-d "utc_offset=+19800" \
-d "gender=female" \
-d "access_token=ACCESS_TOKEN" \
https://rest.cricketapi.com/rest/v3/bot/register-user/
{"data": {"user": "user"}, "status": "True", "status_code": 200, "version": "3.0.0"}
Not sure, what plan to choose? Just get in touch us. We are committed to providing a solution to all cricket data requirements. Feel free to write your technical questions, to know about best practice and guidelines.