In order to gain access to a minimob offer a user has to make an approval request which needs to be accepted by a minimob account manager.
Url: http://dashboard.minimob.com/api/availableoffers/?apikey=your_api_key
HTTP method: POST
Request Header: Content-Type:application/json
Request Body: json array of strings where each string is an available offer id. Example: ["00000000000000","00000000000001"]
Returns: json array of objects
Example
Assuming that you have you have made the following request for the specific offer ids:
["00000000000000","00000000000001"]
You would get the following response:
[
"00000000000000",
"00000000000001"
]