Skip to main content
GET
/
brand-features
/
content-block-clicks
/
{collection_id}
Error
A valid request URL is required to generate request examples
[
  {
    "content_block_id": 123,
    "handle": "<string>",
    "nbr_clicks": 123
  }
]
{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

collection_id
string
required

Query Parameters

from_date
string<date>
required
to_date
string<date>
required
merchant_id
string
required

Response

Successful Response

content_block_id
integer
required
handle
string
required
nbr_clicks
integer
required