Meta Quest
POST/external/oculusauth
Request an access token on behalf of an Meta Quest user. To use this functionality you must add your games AppId and secret from the Meta Quest Dashboard, to the Game Admin > Settings page of your games profile on mod.io. A Successful request will return an Access Token Object.
Request
Error Codes
Status Code | Error Ref | Description |
---|---|---|
401 | 11032 | mod.io was unable to verify the credentials against the external service provider. |
401 | 14001 | The game associated with the supplied api_key is currently not available. |
403 | 11016 | The api_key supplied in the request must be associated with a game. |
403 | 11017 | The api_key supplied in the request is for test environment purposes only and cannot be used for this functionality. |
403 | 11024 | The secret Oculus Rift app ticket associated with this game has not been configured. |
403 | 11025 | The secret Oculus Quest app ticket associated with this game has not been configured. |
403 | 11074 | The user has not agreed to the mod.io Terms of Use. Please see terms_agreed parameter description and the [Terms](/restapi/docs/terms) endpoint for more information. |
Responses
- 200
- 401
- 403
Successful Request
The game associated with the supplied api_key is currently not available.
The api_key supplied in the request must be associated with a game.