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

Dec 6, 2023

main
0.1
Compare

API structure has changed

9 structure changes including:
9 Modifications
Modified 9 Breaking
GET /manager/ambassadors/{id}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • social_community_display property Modified
        • Full types went from string to boolean
          Breaking
GET /manager/me
  • Response
  • 200 response Modified
    • application/json content type Modified
      • social_community_display property Modified
        • Full types went from string to boolean
          Breaking
POST /auth/login
  • Response
  • 200 response Modified
    • application/json content type Modified
      • user property Modified
POST /auth/register
  • Response
  • 201 response Modified
    • application/json content type Modified
      • social_community_display property Modified
        • Full types went from string to boolean
          Breaking
POST /manager/ambassadors
  • Response
  • 201 response Modified
    • application/json content type Modified
      • social_community_display property Modified
        • Full types went from string to boolean
          Breaking
PUT /manager/ambassadors/{id}
  • Body
  • application/json content type Modified
    • social_community_display property Modified
      • Full types went from string to boolean
        Breaking
  • Response
  • 200 response Modified
    • application/json content type Modified
      • social_community_display property Modified
        • Full types went from string to boolean
          Breaking
PUT /manager/ambassadors/{id}/approve
  • Query
  • preview-mail query parameter Modified
    • Full types is now boolean
PUT /manager/ambassadors/{id}/decline
  • Query
  • preview-mail query parameter Modified
    • Full types is now boolean
PUT /manager/me
  • Response
  • 200 response Modified
    • application/json content type Modified
      • social_community_display property Modified
        • Full types went from string to boolean
          Breaking