REST APIAPI Reference
Auth
curl -X POST "https://example.com/v1/auth/web/reset-password-confirm"curl -X GET "https://example.com/v1/users/auth"curl -X PUT "https://example.com/v1/users/auth"curl -X POST "https://example.com/v1/users/auth/code"curl -X POST "https://example.com/v1/users/auth/code/consume"curl -X POST "https://example.com/v1/users/auth/code/inspect"curl -X GET "https://example.com/v1/users/auth/connected-apps"curl -X GET "https://example.com/v1/users/auth/reset-password"curl -X POST "https://example.com/v1/users/auth/reset-password"curl -X POST "https://example.com/v1/users/auth/signin"curl -X POST "https://example.com/v1/users/auth/signout"curl -X POST "https://example.com/v1/users/auth/signup"curl -X GET "https://example.com/v1/users/auth/tokens"curl -X DELETE "https://example.com/v1/users/auth/tokens/string"curl -X POST "https://example.com/v1/users/auth/tokens/revoke-all"curl -X POST "https://example.com/v1/users/auth/transfer"curl -X POST "https://example.com/v1/users/auth/verify-email/confirm"curl -X POST "https://example.com/v1/users/auth/verify-email/resend"