# Get Offers **GET /v2/client/offers** Returns a list of offers that are available for the current user. ## Servers - https://api.bitlabs.ai: https://api.bitlabs.ai () ## Authentication methods - Header api token & Header user - Query api token & Query user - Header bearer token ## Parameters #### Headers - **User-Agent** (string) The user agent string of the user's device. #### Query parameters - **devices** (array[string]) An array that any combination of iphone, ipad, or android. Provide an empty array to clear existing devices. - **in_app** (boolean | null) If true, only offers that follow App Store and Play Store guidelines are returned. If not set, it falls back to the app setting. - **client_user_agent** (string) The user agent string of the user's device. - **client_ip** (string) The IP address of the user's device. - **is_game** (boolean | null) If true, only game offers are returned. If false, only non game offers are returned. If not set, all offers are returned. - **tags** (string(URL-encoded query)) Optional set of key-value pairs to be passed back in callbacks. Max 10 pairs with both key and value up to 50 characters long. Keys and values are trimmed and lower-cased. Keys can only contain alphanumeric characters and underscores. Values can contain any characters. If you need to pass sensitive information, note that users can potentially manipulate this data. ## Responses ### 200: OK #### Body Parameters: application/json (object) - **data** (object) [Powered by Bump.sh](https://bump.sh)