Skip to content

Endpoint

  • Method: GET
  • Path: /profile/{username}/memberships
  • Edition: Core
  • Controller: ProfileController@getAllMemberships
  • Route source: fluent-community/app/Http/Routes/api.php:88
  • Controller source: fluent-community/app/Http/Controllers/ProfileController.php

GET List Profile Memberships

GET
/profile/{username}/memberships

List Profile Memberships for the FluentCommunity Profile API.

Controller: ProfileController@getAllMemberships
Route source: fluent-community/app/Http/Routes/api.php:88

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
string
Required

Responses

Successful response

application/json
JSON
{
  
"memberships": [
  
  
{
  
  
  
"additionalProperties": "string"
  
  
}
  
]
}

Playground

Authorization
Variables
Key
Value

Samples

Powered by VitePress OpenAPI

FluentCommunity developer documentation