password
aid_customers_login_post
Login a customer user, the caller must have scope write:accounts:/auth/users. If MFA is enabled on account, use write:accounts:/auth/users/no-mfa to skip MFA. scopes:
- write:accounts:/auth/users
- write:accounts:/auth/users/no-mfa
post/accounts/{aid}/customers/login
Path parameters
aidstring ^[PT]{1}\d{8}$ required
An id that uniquely identifies the account.
Request body
Response
Success
Example response
{
"access_token": "eyJhbGci...t7P4",
"expires_in": 86400
}