Get information about a specific offer’s carrier
HTTP method | Endpoint |
GET | /v1/offers/{offer_id}/carriers |
Path parameters
Parameter | Description |
offer_id | The unique id for the offer. |
Response body parameters
Field | Type | Description |
id | integer | |
offer_id | integer | A string that uniquely identifies this offer. |
name | string | Mobile Carrier to be targeted |
Example request
Request GET https://{networkname}.api.offerslook.com/v1/offers/378901/carriers
Example response
Last updated