Get information about a specific offer’s category

HTTP method

Endpoint

GET

/v1/offers/{offer_id}/categories

Path parameters

Parameter

Description

offer_id

The unique id for the offer.

Response body parameters

Field

Type

Description

id

integer

The unique id for the category.

offer_id

integer

A string that uniquely identifies this offer.

name

string

Type

create_time

string

Create time for classification.

Example request

Request GET https://{networkname}.api.offerslook.com/v1/offers/3147/categories

Request GET http://{networkname}.api.offerslook.com/v1/offers/3147/categories

Example response

Last updated

Was this helpful?