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

Jan 11, 2024

main
0.1
Compare

API structure has changed

11 structure changes including:
2 Additions
9 Modifications
Modified 9 Breaking
GET /ambassadors
  • Response
  • 200 response Modified
    • application/json content type Modified
      • data property Modified
GET /ambassadors/{id}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • id_address_geocode, city, postcode, country properties Removed
        • Removing a resource is always breaking unless it was deprecated before
          Breaking
      • address_geocode property Added
GET /manager/ambassadors/{id}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • id_address_geocode, street, street2, city, postcode, country properties Removed
        • Removing a resource is always breaking unless it was deprecated before
          Breaking
      • address_geocode property Added
GET /manager/me
  • Response
  • 200 response Modified
    • application/json content type Modified
      • id_address_geocode, street, street2, city, postcode, country properties Removed
        • Removing a resource is always breaking unless it was deprecated before
          Breaking
PATCH /manager/ambassadors/{id}
  • Body
  • application/json content type Modified
    • id_address_geocode, street, street2, city, postcode, country properties Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • roles property Added
  • Response
  • 200 response Modified
    • application/json content type Modified
      • id_address_geocode, street, street2, city, postcode, country properties Removed
        • Removing a resource is always breaking unless it was deprecated before
          Breaking
      • address_geocode property Added
PATCH /manager/me
  • Body
  • application/json content type Modified
    • id_address_geocode, street, street2, city, postcode, country properties Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
  • Response
  • 200 response Modified
    • application/json content type Modified
      • id_address_geocode, street, street2, city, postcode, country properties Removed
        • Removing a resource is always breaking unless it was deprecated before
          Breaking
POST /auth/login
  • Response
  • 200 response Modified
    • application/json content type Modified
      • user property Modified
POST /auth/register
  • Body
  • application/json content type Modified
    • street, street2, city, postcode, country properties Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
  • Response
  • 201 response Modified
    • application/json content type Modified
      • id_address_geocode, street, street2, city, postcode, country properties Removed
        • Removing a resource is always breaking unless it was deprecated before
          Breaking
POST /manager/ambassadors
  • Body
  • application/json content type Modified
    • street, street2, city, postcode, country properties Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
  • Response
  • 201 response Modified
    • application/json content type Modified
      • id_address_geocode, street, street2, city, postcode, country properties Removed
        • Removing a resource is always breaking unless it was deprecated before
          Breaking
      • address_geocode property Added
Added 2
DELETE /manager/ambassadors/{id}/address-geocode
PATCH /manager/ambassadors/{id}/address-geocode