Retrieve an invitation by tokenGET/api/organizations/invitations/{token}Path parameterstokenstringrequiredResponses200Try itServerBase URLhttp://localhost:8000Custom base URLOverrides the selected server when set.Parameterstokenpath*SendRequestcURLJavaScriptCopyCopiedcurl -X GET "http://localhost:8000/api/organizations/invitations/string"const response = await fetch("http://localhost:8000/api/organizations/invitations/string", { method: "GET" });Response200No example response.