# Quickstart

Welcome to the API documentation for AccidentalQuality.

To get started you will need the development token that your company can use, which you can find under the settings for any project.

Every query uses the token as argument to the header X-API-Key. For example if you want to query projects:

curl -H "X-API-Key: <your token goes here>" https://api.accidentalquality.com/api/projects

Every endpoint except projects takes an argument for either project or integration - you can find more information about the individual endpoints in their own section on the left.


# Available API endpoints

If there is some data you believe we should have that we do not yet supply and endpoint for, please contact [email protected] and let us know what we can improve!

Happy coding!