Show project
documentedRetrieve a specific project.
GET /api/v2/kases/{projectId}Projectsno implementation yet0 runsNo 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://api.capsulecrm.com/api/v2/kases/{{$projectId}}" \
-X GET \
-H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
-H "Accept: application/json" \
# Capsule API v2: Get a single Kase (project) by ID. Authentication uses a Bearer token. See Capsule developer docs for v2 endpoints and auth: https://developer.capsulecrm.com/v2/overview/authentication and https://developer.capsulecrm.com/v2/operations/Project.
# Endpoint reference: GET https://api.capsulecrm.com/api/v2/kases/{projectId}