Change Updates

Do not miss any 1099Policy API changes, ever again

Subscribe to the 1099Policy API changelog to be up to date on recent changes.

RSS

Apr 17, 2024

main
1.8.0
Compare

API structure has changed

  • Add support for new resources WebhookEndpoint
  • Change Event#list response be an array of objects. Note: Breaking change.
6 structure changes including:
5 Additions
1 Modification
Modified 1 Breaking
GET /api/v1/events
  • Response
  • 200 response Modified
    • application/json content type Modified
      • Full types went from object to array[object]

        Breaking

  • Body
  • application/json content type Removed
    • Removing a resource is always breaking unless it was deprecated before

      Breaking

  • Query
  • limit query parameter Added
Added 5
DELETE /api/v1/webhook_endpoints/{webhook_endpoint_id}
GET /api/v1/webhook_endpoints
GET /api/v1/webhook_endpoints/{webhook_endpoint_id}
POST /api/v1/webhook_endpoints
PUT /api/v1/webhook_endpoints/{webhook_endpoint_id}