DeveloperAPI ReferenceInvitesAccept
/api/invites/accept
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
application/json
application/json
curl -X POST "https://example.com/api/invites/accept" \ -H "Content-Type: application/json" \ -d '{ "token": "string", "publicKey": "string", "challenge": "string", "signature": "string" }'{
"success": true,
"serverAccessKey": "string",
"serverId": "string",
"role": "string",
"libraryAccess": [
{
"libraryId": "string",
"maxRating": "string"
}
]
}{
"error": "string"
}{
"error": "string"
}{
"error": "string"
}