Change Updates

Do not miss any Crowd Parlay API changes, ever again

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

RSS

Jul 12, 2024

main
v1
Compare

API structure has changed

3 structure changes including:
3 Modifications
Modified 3 Breaking
POST /api/v1/authentication/sign-in
  • Body
  • multipart/form-data content type Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
  • application/x-www-form-urlencoded content type Added
  • Response
  • 200 response Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
  • 401, 500 responses Added
POST /api/v1/authentication/sign-in-google-callback
  • Response
  • 200 response Modified
    • application/json content type Added
  • 401, 500, 503 responses Added
  • Body
  • multipart/form-data content type Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
  • application/x-www-form-urlencoded content type Added
POST /api/v1/authentication/sign-out
  • Response
  • 200 response Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
  • 401 response Added