--- title: JobClass API Reference language_tabs: - bash - javascript - php includes: - "./prepend.md" - "./authentication.md" - "./groups/*" - "./errors.md" - "./append.md" logo: https://jobclass.bedigit.com/storage/app/default/logo-api.png toc_footers: - View Postman collection - Documentation powered by Scribe ✍ --- # Introduction JobClass API specification and documentation. This documentation aims to provide all the information you need to work with our API.

Important: By default the API uses an access token set in the /.env file with the variable APP_API_TOKEN, whose its value need to be added in the header of all the API requests with X-AppApiToken as key. On the other hand, the key X-AppType must not be added to the header... This key is only useful for the included web client and for API documentation.

> Base URL ```yaml https://jobclass.bedigit.local ```