# Free Spins Campaign Status Update **POST /free-spins-campaigns/status-update** Free Spins Campaign Status Update. Only DECLINED status callbacks will be sent.The endpoint should be implemented by the operator to receive the status of the free spins campaign. ## Servers - BASE_URL: BASE_URL () ## Parameters ### Headers - **Signature** (string) - **Public-Key** (string) ### Body: application/json (object) - **brandId** (string) Brand ID of the operator - **campaignId** (string) Campaign ID - **playerId** (string) Player ID - **status** (string) Current status for the player campaign ## Responses ### 200 Successful response #### Body: application/json (object) object ### 400 Request could not be processed #### Body: application/json (object) - **code** (string) - **description** (string) Message describing the error - **traceId** (string) Internal ID to trace the request when debugging ### 401 Request public key or signature is missing or invalid #### Body: application/json (object) - **code** (string) - **description** (string) Message describing the error - **traceId** (string) Internal ID to trace the request when debugging ### 500 Internal error / Unknown error #### Body: application/json (object) - **code** (string) - **description** (string) Message describing the error - **traceId** (string) Internal ID to trace the request when debugging [Powered by Bump.sh](https://bump.sh)