API structure has changed
15 structure changes including:
1 Breaking change
15 Modifications
Modified
15
Breaking
DELETE /v1/auth/sessions/delete
- Authentication
- Authorization authentication method Added
DELETE /v1/auth/users/{user_id}/delete
- Authentication
- Authorization authentication method Added
GET /v1/auth/oauth/google/begin
- Response
-
200 response Modified
- redirect_url property Added
- 302 response Added
GET /v1/auth/sessions/list
- Authentication
- Authorization authentication method Added
GET /v1/auth/users/{user_id}
- Authentication
- Authorization authentication method Added
POST /v1/auth/magic_links/create
- Body
-
content type Modified
- email, requires_verification properties Removed
- user_id property Added
- Response
-
200 response Modified
- app_id, first_name, middle_name, last_name, active, email_id, phone_number_id, created_at, updated_at properties Removed
- magic_token property Added
- Authentication
- Authorization authentication method Added
POST /v1/auth/magic_links/email/login_or_create
- Authentication
- Authorization authentication method Added
POST /v1/auth/magic_links/verify
- Authentication
- Authorization authentication method Added
POST /v1/auth/otps/email/login_or_create
- Authentication
- Authorization authentication method Added
POST /v1/auth/otps/email/send
- Authentication
- Authorization authentication method Added
POST /v1/auth/otps/sms/login_or_create
- Authentication
- Authorization authentication method Added
POST /v1/auth/otps/sms/send
- Authentication
- Authorization authentication method Added
POST /v1/auth/otps/verify
- Authentication
- Authorization authentication method Added
POST /v1/auth/sessions/verify
- Authentication
- Authorization authentication method Added
POST /v1/auth/users/create
- Authentication
- Authorization authentication method Added