Endpoint
Request Body
| Field | Type | Required | Notes |
|---|---|---|---|
accountType | string | Yes | email or phone |
accountValue | string | Yes | Email or phone |
password | string | Yes* | Required when accountType = email, must be MD5 |
verificationCode | string | Yes* | Required when accountType = phone |
accountType = email: supportedaccountType = phone: not supported (400 Unsupported type)
Example Request
Success Response
Use Token
Attach token for partner management APIs:/api/users/*/api/partner/api-keys/*/api/partners/:partnerId/connections/*
Common Errors
400 Unsupported type400 Email or password is not correct400 User account is inactive