Authentication
Every request must include a valid Bearer token in the Authorization header.
Tokens are account-scoped — all resources created with a token belong to that account.
curl -H "Authorization: Bearer API_TOKEN" \ -H "Content-Type: application/json" \ https://gierd.app/api/v2/...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.