# Get game keys We will be making API calls to your server to obtain game activation codes after each successful payment. Endpoint: POST get-game-keys Version: 1.0 ## Request fields (application/json): - `notification_type` (string) Notification type. - `settings` (object) Custom project settings (object). - `settings.project_id` (integer) Project ID. You can find this parameter in your [Publisher Account](https://publisher.xsolla.com/) next to the name of the project. - `settings.merchant_id` (integer) Merchant ID. - `user` (object) User details (object). - `user.id` (string, required) User ID. - `user.name` (string) Username. - `pin_code` (object) Game keys details (object). - `pin_code.digital_content` (string) Game SKU. - `pin_code.DRM` (string) DRM platform used to distribute the game. ## Response 200 fields (application/json): - `pin_code` (string) ## Response 400 fields (application/json): - `error` (object) - `error.code` (string) - `error.message` (string) ## Response 500 fields