Endpoint
- Method:
POST - Path:
/profile/{username}/reconfirm-email - Edition: Core
- Controller:
ProfileController@reconfirmEmail - Route source:
fluent-community/app/Http/Routes/api.php:97 - Controller source:
fluent-community/app/Http/Controllers/ProfileController.php
Inferred sample
No recorded sample exists for this endpoint yet, so the payload below is inferred from the controller and model definitions. Field names and types are accurate; values are placeholders.
POST Post Reconfirm Email
POST
/profile/{username}/reconfirm-email
Post Reconfirm Email for the FluentCommunity Profile API.
Controller: ProfileController@reconfirmEmail
Route source: fluent-community/app/Http/Routes/api.php:97
Authorizations
ApplicationPasswords
WordPress Application Passwords — use Basic auth with username:application_password.
Type
API Key (header: Authorization)
Parameters
Path Parameters
username*
Username extracted from the URL path.
Type
Requiredstring
Responses
Successful response
application/json
JSON "message": "string"
{
}