Skip to content

Endpoint

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

GET List Profile Spaces

GET
/profile/{username}/spaces

List Profile Spaces for the FluentCommunity Profile API.

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

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
{
  
"spaces": [
  
  
{
  
  
  
"additionalProperties": "string"
  
  
}
  
]
}

Playground

Authorization
Variables
Key
Value

Samples

Powered by VitePress OpenAPI

FluentCommunity developer documentation