Change Updates

Do not miss any Popsell API changes, ever again

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

RSS

Apr 4, 2024

main
0.1
Compare

API structure has changed

8 structure changes including:
1 Breaking change
2 Additions
5 Modifications
1 Removal
Modified 5
GET /widget/ambassadors
  • Response
  • 200 response Modified
    • application/json content type Modified
      • data property Modified
  • Query
  • filter[is_absent], filter[unavailable], sort, latitude, longitude query parameters Added
GET /widget/ambassadors/{id}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • location property Added
GET /widget/ambassadors/{id}/posts
  • Response
  • 200 response Modified
    • application/json content type Modified
      • data property Modified
GET /{environment}/posts
  • Response
  • 200 response Modified
    • application/json content type Modified
      • data property Modified
GET /{environment}/posts/{id}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • author, comments properties Modified
Removed 1 Breaking
PATCH /manager/quiz
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
Added 2
GET /manager/quiz/{id}
PATCH /manager/quiz/{id}