Skip to main content
POST
/
v1
/
servers
/
{serverId}
/
join-requests
/
{requestId}
/
approve
Approve a join request
curl --request POST \
  --url https://api.magne.app/v1/servers/{serverId}/join-requests/{requestId}/approve \
  --header 'Authorization: Bearer <token>'
{
  "error": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

serverId
string<uuid>
required
requestId
string<uuid>
required

Response

Success