aid_auth_passwordless_post
authenticate
Passwordless Code
Passwordless connections do not require the user to remember a password. Instead, another mechanism is used to prove identity, such as a one-time code sent through email or SMS, every time the account user logs in.
Use this endpoint to generate a one-time verification-code that can be sent to the user.
The client_id/audience must have a grant with type
authorization_code to allow creating a verification-code
scopes:
- admin:accounts
- write:accounts
- write:accounts:/auth/passwordless/code
POST
aid_auth_passwordless_post
Authorizations
Path Parameters
An id that uniquely identifies the account or owner (partner)
Body
application/json
Response
Access code
The verification code
Last modified on July 22, 2026