NewThe global rate limit drops to 1000 requests per minute
BeeL
Get StartedMulti-NIFVeriFactuStripeAPI ReferenceChangelog

One shape for lists, one rule for deletes, Location on every create

Every list now answers data.<plural> (+ data.pagination where the server paginates), deletes answer 204 unless the body genuinely informs, DELETE products/bulk takes ?ids= instead of a body, and every single-resource 201 carries a Location header to its canonical GET.


ChangelogBreaking

Every list now answers data.<plural> (+ data.pagination where the server paginates), deletes answer 204 unless the body genuinely informs, DELETE products/bulk takes ?ids= instead of a body, and every single-resource 201 carries a Location header to its canonical GET.

Endpoints

  • DELETE/v1/companies/{company_id}/customers/{customer_id}Now answers 204 with no body
  • DELETE/v1/companies/{company_id}/representationNow answers 204 with no body
  • DELETE/v1/companies/{company_id}/products/bulkIDs move from the request body to ?ids= (max 100)
  • PUT/v1/configuration/series/{series_id}Deprecated; use PATCH /v1/companies/{company_id}/series/{series_id}