AllPass WebAPI (
additional methods here
)
webApiKey
deviceTypeCode
oemDeviceId
userId
encryptedUserId
deviceToken
deviceId
newsletterId
username (usernameOrEmail for sign-in and validate)
password (newPassword for change/update-password)
Old Password
firstName
lastName
emailAddress
newPasswordConfirm (optional)
confirmCode
SiteName
ConfirmUrl
CultureCodeOverride
AllPassFromEmailAddress
Language Tag
Client Ip
App Name
User Question Code
Response Value
Devices
GET Device
devices/?deviceTypeCode={deviceTypeCode}&oemDeviceId={oemDeviceId}
POST Device
devices (data: { deviceTypeCode: {deviceTypeCode}, oemDeviceId: {oemDeviceId} })
DELETE UserDevice
user-devices/?deviceId={deviceId} with Authorization header as {webApiKey}:{userId}
(remember to provide deviceId and userId!)
GET UserDevice
user-devices/?deviceTypeCode={deviceTypeCode}&oemDeviceId={oemDeviceId}
GET UserDeviceByUser
user-devices/user (Authorization header must contain {webApiKey}:{userId})
(remember to provide userId!)
POST UserDevice
user-devices (data: { userId: {userId}, deviceToken: {deviceToken} })
(remember to provide userId & deviceToken!)
DELETE Device
devices/?deviceTypeCode={deviceTypeCode}&oemDeviceId={oemDeviceId}
(remember to provide oemDeviceId and deviceTypeCode)
Users
POST Validate User
users/validate
POST Sign In
users/sign-in
PATCH User
users/{userId}
Patch ChangePassword
users/change-password
POST ResetPassword
users/reset-password
POST SendForgotPasswordConfirmEmail
users/send-forgot-password-confirm-email
GET User
users/{userId}
GET User
users/{emailAddressOrUsername}
GET User (by encryptedUserId)
users/encrypted/{encryptedUserId}
POST Sign Up
users/sign-up
GET Confirm User
users/confirm-user/{userId}/{confirmCode}
POST Register User
users/register
POST Update Password
users/update-password
GET IsProperUserName
users/is-proper-username/{username}
GET ConfirmUser
users/confirm-user/{userId}/{confirmCode}
Newsletters
GET Newsletter
newsletters/{newsletteId}
Geographic
GET Countries
geographics/countries/{languageTag}
GET States
geographics/states
Demographic
GET User Demographic Questions
demographics/user-demographic-questions/{userId}
POST Save User Demographic Response
demographics/save-user-demographic-response