Authentication

Using Your Token

Include your token in the Authorization header of every request:

Authorization: Bearer <your_token>

Example Request

curl -X GET "https://tree-nation.com/api/user" \
-H "Authorization: Bearer <your_token>"

Public Endpoints

Some endpoints (such as listing projects and species) are publicly accessible and do not require authentication. Refer to the API Reference for details on which endpoints require a bearer token.