Skip to content

Endpoint

  • Method: POST
  • Path: /spaces/{spaceSlug}/join
  • Edition: Core
  • Controller: SpaceController@join
  • Route source: fluent-community/app/Http/Routes/api.php:12
  • Controller source: fluent-community/app/Http/Controllers/SpaceController.php

POST Join Space

POST
/spaces/{spaceSlug}/join

Join Space for the FluentCommunity Spaces API.

Controller: SpaceController@join
Route source: fluent-community/app/Http/Routes/api.php:12

Authorizations

ApplicationPasswords

WordPress Application Passwords — use Basic auth with username:application_password.

Type
API Key (header: Authorization)

Parameters

Path Parameters

spaceSlug*

SpaceSlug extracted from the URL path.

Type
string
Required

Responses

Successful response

application/json
JSON
{
  
"message": "string",
  
"membership": "string"
}

Playground

Authorization
Variables
Key
Value

Samples

Powered by VitePress OpenAPI

FluentCommunity developer documentation