Below you can find all the possible values and a example post request. This request gets a bike URL based on its uniquearticlenumber. No coin will be deducted when requesting a bike URL. The request must be in json format.
https://motokicx.com/api/getmotorcycleurl.php?key=YOUR LICENSE KEY HERE
{
"userid": "1",
"uniquearticlenumber": "TCkzBzus8pKUeBeA"
}
This is your unique user id you can find on your account – This value has to be numeric. – This value is obligatory.
This is your unique bike id – This value has to be a random string. – This value is obligatory.
Motokicx API Documentation - Made by Webtica