Making your first API request
Prerequisites
Getting Started
Authorization: Bearer <YOUR_PAT> curl --request GET \
--url 'https://api.jamaibase.com/api/v2/projects?project_id=<project_id>' \
--header 'Authorization: Bearer <your PAT>' \
--header 'accept: application/json'Last updated
Was this helpful?