Create Bearer Token
An easy guide to use the Bearer Token endpoint and start making calls to the API
Create Bearer Token Endpoint
To obtain a bearer token, send a login request to the following endpoint:
Endpoint:https://api.novasole.com/bearertoken/create
Request Method:POST
Request Body
The request body should include your username and password in JSON format:
{
"userName": "your_email",
"password": "your_password",
}
Successful Response
A successful login request will return a bearer token. This token is essential for making authenticated requests to the API, allowing you to access all Quickr functionalities.
Example response:
ferydhsxvyecbuTjedTYucfgYGvnewVGHGT7.uyVhvtVGhvtfvhjbCFVghvbgycv56Cgfvhbv56CVghjb76vtybghbnedyuvshbncdtsyxgvhyecv
Using the bearer token
After receiving your bearer token from the login endpoint, include it in the Authentication header while making requests to other endpoints.
Important note
The bearer token is valid for 2 hours. Make sure to refresh the token if it expires to avoid interruptions in accessing the API.
This is your basic guide to getting started with the Quickr API!