Change Updates

Do not miss any Sensay API changes, ever again

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

RSS

25 days ago

main
2025-03-25
Compare
2025-03-25

API structure has changed

5 structure changes including:
1 Addition
4 Modifications
Modified 4 Breaking
DELETE /v1/users/me
  • Response
  • 200 response Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
  • 204 response Added
  • Authentication
  • Sensay jwt authentication method Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
GET /v1/users/me
  • Response
  • 200 response Modified
    • application/json content type Modified
      • success, type, uuid properties Removed
        • Removing a resource is always breaking unless it was deprecated before
          Breaking
      • name, id, linkedAccounts properties Added
  • 400, 401, 404, 415, 500 responses Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
  • Authentication
  • Sensay jwt authentication method Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
POST /v1/users
  • Body
  • application/json content type Modified
    • IDs property Removed
    • name, id, linkedAccounts properties Added
  • Response
  • 200 response Modified
    • application/json content type Modified
      • success, type, uuid properties Removed
      • name, email, id, linkedAccounts properties Added
  • 400, 401, 404, 415, 500 responses Removed
PUT /v1/users/me
  • Operation is no longer beta
  • Body
  • application/json content type Modified
    • IDs property Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • name, id, linkedAccounts properties Added
  • Response
  • 200 response Modified
    • application/json content type Modified
      • success, type, uuid properties Removed
        • Removing a resource is always breaking unless it was deprecated before
          Breaking
      • name, id, linkedAccounts properties Added
  • Authentication
  • Sensay jwt authentication method Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
Added 1
GET /v1/users/{ID}