Preview — in progress

Authentication

Every API request authenticates with a bearer API key issued from your dashboard.

curl

curl https://releaseqa.com/api/v1/runs \
  -H "Authorization: Bearer rqa_your_key_here" \
  -H "Content-Type: application/json" \
  -d '{"project":"my-app"}'

We're writing the long-form guide now

The full walkthrough for Authentication is being written and reviewed. In the meantime, the Quick Start and Configuration pages cover the core setup that this guide builds on.

Need this page filled in sooner? Email support@releaseqa.com and we'll prioritise it.

Related