# Get details of a campaign **POST /free-spins-campaigns/get-details** ## Servers - BASE_URL: BASE_URL () ## Parameters ### Headers - **Signature** (string) - **Public-Key** (string) ### Body: application/json (object) - **brandId** (string) - **campaignId** (string) ## Responses ### 200 Successful response #### Body: application/json (object) - **betCount** (integer(int32)) - **betValue** (number) The bet value the campaign freespins are offered to the player - **campaignId** (string) A campaign ID that was provided during creation - **campaignName** (string) Non blank campaign name - **consumeBefore** (integer(int64)) [Unix epoch](https://en.wikipedia.org/wiki/Unix_time) time in milliseconds. Must be in the future. Consume before is considered to be hard end date, after which the campaign should be expired. - **currency** (string) Non blank currency - **gameId** (string) Non blank game ID - **handoverAfter** (integer(int64)) [Unix epoch](https://en.wikipedia.org/wiki/Unix_time) time in milliseconds. Start date of the campaign. Must be in the future. - **id** (string) Unique ID for the created campaign - **playerIds** (array[string]) Non blank player ID ### 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)