Basecamp · Example Payload

Subscription Example

CollaborationProject ManagementRESTSaaSTeam Communication

Subscription Example is an example object payload from Basecamp, with 4 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

subscribedcounturlsubscribers

Example Payload

Raw ↑
{
  "subscribed": true,
  "count": 0,
  "url": "example-url",
  "subscribers": []
}