Auth
Auth Password Create
Given the requesting account does not have a password authentication, add a password authentication method to it with the given password.
Given the requesting account does not have a password authentication, add a password authentication method to it with the given password.
curl -X POST "https://loading/api/auth/password" \ -H "Content-Type: application/json" \ -d '{ "password": "password123" }'{
"id": "string"
}Empty
Empty
{
"error": "string",
"message": "string",
"suggested": "string",
"metadata": {}
}Auth Email Verify POST POST
Verify an email address using a token that was emailed to one of the account's email addresses either set via sign up or added later.
Auth Password Reset POST POST
Complete a password-reset flow using a token that was provided to the member via a reset request operation such as `AuthEmailPasswordReset`.