Skip to content

Requests to join a group.

POST
/api/groups/{groupId}/applications

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
{
"application": "I like to join this workgroup to support foodsharing."
}

Responses

Success

Playground

Authorization
Variables
Key
Value
Body

Samples

cURL
JavaScript
PHP
Python