Skip to content

Authentication

Include your account-specific Bearer token in every request:

Terminal window
curl -H "Authorization: Bearer API_TOKEN" \
-H "Content-Type: application/json" \
https://gierd.app/api/v1/{account_id}/...

To get your API token:

You’ll need a Gierd account first — see Account setup if you haven’t created one yet. Once you have an account, contact the Tech Success team at techsuccess@gierd.com to request your unique API token.

Tokens are account-specific — each account has its own token.

Open the full API reference