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

9 structure changes including:
4 Additions
5 Modifications
Modified 5 Breaking
DELETE /api/v1/users/{userId}
  • Response
  • 403 response Modified
    • application/json content type Modified
      • error_description property Modified
        • Property is now required
          Breaking
  • 404 response Modified
    • application/json content type Modified
      • error_description property Modified
        • Property is now required
          Breaking
  • 500 response Modified
    • application/json content type Modified
      • error_description property Modified
        • Property is now required
          Breaking
GET /api/v1/users/resolve
  • Response
  • 400 response Modified
    • application/json content type Modified
      • error_description, validation_errors properties Modified
        • Properties are now required
          Breaking
  • 404 response Modified
    • application/json content type Modified
      • error_description property Modified
        • Property is now required
          Breaking
  • 500 response Modified
    • application/json content type Modified
      • error_description property Modified
        • Property is now required
          Breaking
GET /api/v1/users/{userId}
  • Response
  • 404 response Modified
    • application/json content type Modified
      • error_description property Modified
        • Property is now required
          Breaking
  • 500 response Modified
    • application/json content type Modified
      • error_description property Modified
        • Property is now required
          Breaking
POST /api/v1/users/register
  • Response
  • 400 response Modified
    • application/json content type Modified
      • error_description, validation_errors properties Modified
        • Properties are now required
          Breaking
  • 403 response Modified
    • application/json content type Modified
      • error_description property Modified
        • Property is now required
          Breaking
  • 500 response Modified
    • application/json content type Modified
      • error_description property Modified
        • Property is now required
          Breaking
PUT /api/v1/users/{userId}
  • Response
  • 400 response Modified
    • application/json content type Modified
      • error_description, validation_errors properties Modified
        • Properties are now required
          Breaking
  • 403 response Modified
    • application/json content type Modified
      • error_description property Modified
        • Property is now required
          Breaking
  • 404 response Modified
    • application/json content type Modified
      • error_description property Modified
        • Property is now required
          Breaking
  • 500 response Modified
    • application/json content type Modified
      • error_description property Modified
        • Property is now required
          Breaking
Added 4
GET /api/v1/users/self
POST /api/v1/authentication/sign-in
POST /api/v1/authentication/sign-in-google-callback
POST /api/v1/authentication/sign-out