Change Updates

Do not miss any Authentication API Reference | Streambird changes, ever again

Subscribe to the Authentication API Reference | Streambird changelog to be up to date on recent changes.

RSS

about 11 hours ago

main
v1
Compare

API structure has changed

3 structure changes including:
1 Breaking change
2 Modifications
1 Removal
Modified 2 Breaking
POST /v1/auth/magic_links/create
  • Body
  • application/json content type Modified
    • user_id property Modified
      • Property is now required
        Breaking
    • email property Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
  • Response
  • 200 response Modified
    • application/json content type Modified
      • email_id, request_origin_token properties Removed
        • Removing a resource is always breaking unless it was deprecated before
          Breaking
POST /v1/wallets/{wallet_id}/sign_transaction
  • Body
  • application/json content type Modified
    • alternative Modified
      • alternative Removed
        • Removing a resource is always breaking unless it was deprecated before
          Breaking
      • Ethereum Transaction, Solana Transaction alternatives Added
  • Response
  • 200 response Modified
    • application/json content type Modified
      • id, app_id, user_id, public_address, wallet_type, verified, is_default, is_read_only, is_imported, updated_at, created_at properties Removed
        • Removing a resource is always breaking unless it was deprecated before
          Breaking
      • wallet_id, wallet, signature, signed_transaction, raw_transaction properties Added
  • response Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
Removed 1 Breaking
POST /v1/auth/magic_links/email/login_status
  • Removing a resource is always breaking unless it was deprecated before
    Breaking