cURL
curl --request POST \ --url http://dolphinflashcards.com/api/invite-to-quest \ --header 'Content-Type: application/json' \ --data ' { "jwtToken": "<string>", "questId": "<string>", "invitedId": "<string>" } '
{ "message": "User invited" }
Invite another user to participate in a quest.
Documentation IndexFetch the complete documentation index at: https://docs.dolphinflashcards.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.dolphinflashcards.com/llms.txt
Use this file to discover all available pages before exploring further.
JWT token for authentication.
The ID of the quest.
The ID of the user being invited.
User invited.
"User invited"