Create an offer pool

HTTP method

Endpoint

POST

/v1/offer_pools

Request body parameters

Field

Type

Description

Nullable

offer_pool

name

string

Offer pool name.

No

status

string

The offer pool status.

note

string

The offer pool note.

pool_offer

offer_id

integer

Offer id.

Response body parameters

Field

Type

Description

offer_pool

id

integer

The unique id for the offer pool.

name

string

Offer pool name.

status

string

The offer pool status.

note

string

The offer pool note.

create_time

integer

Create time.

update_time

integer

Update time.

pool_offer

pool_id

integer

The unique id for the offer pool.

offer_id

integer

Offer id.

create_time

integer

Create time.

Example request

Request POST https://{networkname}.api.offerslook.com/v1/offer_pools

Request POST http://{networkname}.api.offerslook.com/v1/offer_pools

Example response

Last updated

Was this helpful?