Skip to main content

Apple

POST 

/external/appleauth

Request an access token on behalf of a 'Sign in with Apple' user. To use this functionality you must add your games Bundle ID from Apple, 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 CodeError RefDescription
40111032mod.io was unable to verify the credentials against the external service provider.
40111201The Apple token supplied in the request is invalid.
40111202The Apple token supplied has expired.
40114001The game associated with the supplied api_key is currently not available.
40311016The api_key supplied in the request must be associated with a game.
40311017The api_key supplied in the request is for test environment purposes only and cannot be used for this functionality.
40311074The 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.
40311203The Apple Bundle ID associated with this game has not been configured.
40311205The Apple Bundle ID associated with this game is invalid.

Responses

Successful Request