Endpoint
- Method:
POST - Path:
/profile/{username}/unblock - Edition: PRO
- Controller:
FollowController@unblock - Route source:
fluent-community-pro/app/Http/Routes/api.php:113 - Controller source:
fluent-community-pro/app/Http/Controllers/FollowController.php
POST Unblock Profile User
POST
/profile/{username}/unblock
Unblock Profile User for the FluentCommunity Profile API.
Controller: FollowController@unblock
Route source: fluent-community-pro/app/Http/Routes/api.php:113
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 "follow": { "id": 0 }, "xprofile": { "user_id": 0, "badge": "string", "permalink": "string", "meta": { "website": "string", "cover_photo": "string", "badge_slug": [ "string" ], "social_links": { "instagram": "string", "twitter": "string", "youtube": "string", "linkedin": "string", "fb": "string", "blue_sky": "string", "tiktok": "string", "pinterest": "string", "telegram": "string", "snapchat": "string", "reddit": "string", "twitch": "string", "vk": "string", "github": "string", "mastodon": "string" } } }, "message": "string"
{
}