👨💻JWT Token API
If you are using our trial pack then you will need this token in order to access the /free endpoint.
If you are using our trial pack then you will need this token in order to access the /free endpoint.
API endpoint for this API is: https://api.makcorps.com/auth
Your request to our /free
endpoint is authenticated using this JWT token. You will need your username and password in order to access this /auth
API.
You can find your username and password in the email you might have received while signing up on our website.
You have to send a POST request to https://api.makcorps.com/auth along with your username and password in the JSON body. Along with this, you have to send a header where the key will be Content-Type
and its value will be application/json
.
The API response will look like this.
Now, you can use this JWT token inside your free Hotel API.
Username
Usernames used while signup
Password
Password used while signup