API Quickstart¶
In this section, you'll find a step-by-step guide to quickly start using the API.
Prerequisites¶
List any prerequisites or dependencies that users need to have in place before they can start using the API.
- Need to have account with
https://nectardesk.io
Authentication¶
Access token should be passed either as a query param access-token or as a header Access-Token
Response Handling¶
We use JSON Response to send in API so it will be very easy for you to handle the response and process according to your need. All the possible Responses with errors are explained in every endpoint for the simplicity.