Skip to content

Requests to join a group and provides motivation, ability, experience, and selected time message for mail to group.

POST
/api/groups/{groupId}/request

Authorizations

api_key

Requests manipulating data need to supply a CSRF token

TypeAPI Key (header: X-CSRF-Token)

Parameters

Path Parameters

groupId*
Typestring
Required

Request Body

application/json
JSON
{
"motivation": "I like to join this workgroup to support foodsharing.",
"ability": "string",
"experience": "string",
"selectedTime": 0
}

Responses

Success

Playground

Authorization
Variables
Key
Value
Body

Samples

cURL
JavaScript
PHP
Python