home-erp

git clone git://archive.git.mtrnord.blog/MTRNord/home-erp.git
Log | Files | Refs | README

auth.md (341B)


      1 # Authenticating requests
      2 
      3 To authenticate requests, include an **`Authorization`** header with the value **`"Bearer {YOUR_AUTH_KEY}"`**.
      4 
      5 All authenticated endpoints are marked with a `requires authentication` badge in the documentation below.
      6 
      7 You can retrieve your token by visiting your dashboard and clicking <b>Generate API token</b>.