# Logezy ## Description This is version `1.0` of this API documentation. Last update on Jan 15, 2025. Base URL: https://api-console.logezy.co **Step 1:** Create a application under our developer page. You will get an `application_id`, `client_id` and `client_secret`. **Step 2:** Make a **POST** request to **/auth** API using the `application_id`, `client_id` and `client_secret` obtained from **Step 1** along with your Logezy credentials(`email` and `password`). You will get a code in response and the code is used to exchange access token and refresh token in next step. **Step 3:** Make a **POST** request to **/token** API using the `application_id`, `client_id`, `client_secret` and `code` which is obtained from **Step 2** also include `grant_type` as `authorization_code`. In the response you will get `access_token`, `refresh_token`, `token_type` and `ttl`. The access token is valid only for an hour, once the access token get expired use the `refresh_token` to get new `access_token`. Please note you have to maintain the `refresh_token` in your end safely. **Step 4:** To get new access token from refresh token make a **POST** request to **/token** API using `application_id`, `client_id`, `client_secret`, `refresh_token` and `grant_type: refresh_token`. ## Servers - https://api-console.logezy.co/v1: https://api-console.logezy.co/v1 () ## Endpoints - [Auth](https://developers.logezy.com/group/endpoint-auth.md) - [Booking](https://developers.logezy.com/group/endpoint-booking.md) - [Business unit](https://developers.logezy.com/group/endpoint-business-unit.md) - [Candidate](https://developers.logezy.com/group/endpoint-candidate.md) - [Candidates](https://developers.logezy.com/group/endpoint-candidates.md) - [Client](https://developers.logezy.com/group/endpoint-client.md) - [Employment type](https://developers.logezy.com/group/endpoint-employment-type.md) - [Employment type company](https://developers.logezy.com/group/endpoint-employment-type-company.md) - [Job](https://developers.logezy.com/group/endpoint-job.md) - [Me](https://developers.logezy.com/group/endpoint-me.md) - [Nationalities](https://developers.logezy.com/group/endpoint-nationalities.md) - [Region](https://developers.logezy.com/group/endpoint-region.md) - [Report](https://developers.logezy.com/group/endpoint-report.md) - [Shift](https://developers.logezy.com/group/endpoint-shift.md) - [Token](https://developers.logezy.com/group/endpoint-token.md) - [Vacancy](https://developers.logezy.com/group/endpoint-vacancy.md) [Powered by Bump.sh](https://bump.sh)