Personal access tokens

All API endpoints are authenticated using personal access tokens (PAT) that you can create in your account settings. Any actions taken through the API will attributed to you indivudally.
curl \
  -X POST \
  -H "Content-Type: application/json" \
  -H "Authorization: <Replace this with your PAT key>" \