Sign in

Get a project

documented

Return the project with the given ID if you have access.

GET /projects/{project_id}.jsonProjectsno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://{{$account_id}}.basecampapi.com/3.basecampapi.com/{{$account_id}}/projects/{{$project_id}}.json" \
  -X GET \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "Accept: application/json" \
  -A "Basecamp 4 API Integration ({{$CONTACT_EMAIL}})" 
Get a project · Basecamp · OpenIntegrations