
Basecamp API Integration Profile
Information and guides about integrating with Basecamp API
Add Basecamp Integration to Your App- Get Templates
Returns a paginated list of active Templates visible to the current user sorted by most recently created Template first.
- Create a Template
Creates a new Template with at least a
name
, and optionally adescription
. - Get a Template
Returns the Template with the given ID, granted they have access to it.
- Update a Template
Allows updating of a Template's name and description.
- Trash a Template
Marks the Template with the given ID as trashed. Trashed Templates will be deleted from Basecamp after 30 days.
- Create a Project Construction
Creates a project given a template by creating a project construction.
- Get a Project Construction
Returns the project construction with the specified IDs.
- Get webhooks
Returns all the webhooks from the basecamp with the specified bucket ID.
- Create a webhook
Creates a webhook in the project with the specified bucket ID.
- Get a webhook
Returns the webhook with the specified ID in the project with the specified bucket ID.