Authentication
Get SSO Token
Generate a token for the specified third-party service.
Authorization
authCookie auth<token>
Auth Token via Cookie
In: cookie
Path Parameters
provider*string
The third-party service to mint a token for.
Value in
"canny" | "furality"Response Body
application/json
application/json
application/json
curl -X GET "https://api.vrchat.cloud/api/1/sso/canny"{
"token": "string"
}{
"error": {
"message": "\"That is not a supported SSO provider.\"",
"status_code": 400
}
}{
"error": {
"message": "\"Missing Credentials\"",
"status_code": 401
}
}Get 2FA Recovery codes GET
Gets the OTP (One Time Password) recovery codes for accounts with 2FA-protection enabled.
Register User Account POST
Register a new user account. Automated creation of accounts has no legitimate public third-party use case, and would violate ToS §13.2: *By using the Platform, you agree not to: i. [...] use the Platform in a manner inconsistent with individual human usage* This endpoint is documented in the interest of completeness.