mirror of
https://github.com/mii443/vrchatapi-rust.git
synced 2025-08-22 15:45:35 +00:00
1.9 KiB
1.9 KiB
\PermissionsApi
All URIs are relative to https://api.vrchat.cloud/api/1
Method | HTTP request | Description |
---|---|---|
get_assigned_permissions | GET /auth/permissions | Get Assigned Permissions |
get_permission | GET /permissions/{permissionId} | Get Permission |
get_assigned_permissions
Veccrate::models::Permission get_assigned_permissions() Get Assigned Permissions
Returns a list of all permissions currently granted by the user. Permissions are assigned e.g. by subscribing to VRC+.
Parameters
This endpoint does not need any parameter.
Return type
Authorization
HTTP request headers
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
get_permission
crate::models::Permission get_permission(permission_id) Get Permission
Returns a single permission. This endpoint is pretty useless, as it returns the exact same information as /auth/permissions
.
Parameters
Name | Type | Description | Required | Notes |
---|---|---|---|---|
permission_id | String | Must be a valid permission ID. | [required] |
Return type
Authorization
HTTP request headers
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]