Getting Started
All Deskera endpoints are secured and can only be reached after a successful authentication. Deskera APIs require a valid token to communicate. This token should be passed as x-access-token
in the request header while interacting Deskera APIs. To generate a valid token, the user can trade-off username and password with Authentication API. Authentication API will return accessToken in the response body which can be used to communicate with Deskera APIs.