Sign In
User-Specific APIs
Sign In
Authenticate a CrowdChange user and receive an auth token for user-specific API calls, including the two-factor authentication challenge flow.
POST
Sign In
Body
User’s email.
User’s password.
Method of 2FA. Required if the first login attempt asks to use 2FA. Allowed values:
sms, email, authApplication2FA code sent to user. Required if the first login attempt asks to use 2FA.
Response
Auth token to User-specific API. Presented if log in process is successful. Expired after 30 days if not used.
User ID. Presented if log in process is successful.
Disguised user email. Presented if user needs to use 2FA and has email 2FA method.
Disguised user Phone. Presented if user needs to use 2FA and has sms 2FA method.
Default 2FA method. Presented if user needs to use 2FA.
Available 2FA methods to user. Presented if user needs to use 2FA.
| Status | Description |
|---|---|
401 | Unauthorized |
403 | Forbidden |