resources

Get interest details

Get details of a specific interest given interest ID.

Click here for a spreadsheet listing interests and their IDs.

get/resources/targeting/interests/{interest_id}

Path parameters

interest_idstring required

Unique identifier of an interest.

Response

The request has succeeded.

child_interestsstring[] required
idstring required
levelinteger required
namestring required

Example response

{
  "id": "945391946569",
  "level": 2,
  "name": "Dress"
}

Changes

Changed in 4 of the 29 revisions of this API.112

    • added the non-success response with the status 400

      response-non-success-status-added

    • added the non-success response with the status 401

      response-non-success-status-added

    • added the non-success response with the status 403

      response-non-success-status-added

    • added the non-success response with the status 404

      response-non-success-status-added

    • added the non-success response with the status 429

      response-non-success-status-added

    • the response property child_interests became required for the status 200

      response-property-became-required

    • the response property id became required for the status 200

      response-property-became-required

    • the response property level became required for the status 200

      response-property-became-required

    • the response property name became required for the status 200

      response-property-became-required

    • the id response's property pattern was changed from \d+ to ^\d+$ for the status 200

      response-property-pattern-changed

    This revision also has 182 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • the endpoint scheme security client_credentials was added to the API

      api-security-added

    This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • for the path request parameter interest_id, the maxLength was set to 18

      request-parameter-max-length-set

    • endpoint added

      endpoint-added

    This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog