Ir al contenido principal

Personalizations

Escrito por Growlat | Customer Support

This page provides you with information on how to manage your personalizations.

Index:

  • Read and search personalizations

  • Read and search personalizations statistics

Read and search personalizations

Use the following endpoint to search and read the personalizations you have created in your project.

Description

Read and search personalizations

HTTP Method

GET

URL

Headers

X-Tenant:

Authorization: Bearer

Rate limit

60 requests per minute

JSON request (example)

none

JSON response (example)

Paging and filtering (example)

The paging and filters can be combined.

Filtering:

# Search by type https://api.midway.la/api/consumer/personalizations?type=popup
# Search by state https://api.midway.la/api/consumer/personalizations?state=active
# Search by ids[] https://api.midway.la/api/consumer/personalizations?ids[]=1&ids[]=2
# Search by creation dates. https://api.midway.la/api/consumer/personalizations?created_at_from=2026-01-01 00:00:00&created_at_to=2026-01-31 23:59:59

Paging:

https://api.midway.la/api/consumer/personalizations?type=popup&state=active&per_page=100&ids[]=1&ids[]=2

Read and search personalizations statistics

Use the following endpoint to read statistics from personalizations.

Description

Read statistics

HTTP Method

GET

URL

Headers

X-Tenant:

Authorization: Bearer

Rate limit

60 requests per minute

JSON request (example)

none

JSON response (example)

Paging and filtering (example)

The paging and filters can be combined.

Filtering:

# Search by type https://api.midway.la/api/consumer/personalizations/statistics?type=popup
# Search by state https://api.midway.la/api/consumer/personalizations/statistics?state=active
# Search by ids[] https://api.midway.la/api/consumer/personalizations/statistics?ids[]=1&ids[]=2
# Search by granularity https://api.midway.la/api/consumer/personalizations/statistics?granularity=daily
# Search by statistic dates. https://api.midway.la/api/consumer/personalizations/statistics?date_from=2026-07-01 00:00:00&date_to=2026-07-31 23:59:59

Paging:

https://api.midway.la/api/consumer/personalizations/statistics?granularity=monthly&date_from=2026-07-01 00:00:00&date_to=2026-07-31 23:59:59&type[]=popup

¿Ha quedado contestada tu pregunta?