Skip to content

Paginación

Las colecciones se ordenan de manera descendente y usan paginación por cursor.

Parámetro Default Límites
limit 25 Entre 1 y 100.
cursor Valor opaco retornado por la página anterior.

Si has_more es true, enviá next_cursor sin modificar:

Terminal window
curl --get 'https://api.meinlup.com/v1/calls' \
--header 'X-API-Key: mlp_live_REEMPLAZAR' \
--data-urlencode 'limit=25' \
--data-urlencode 'cursor=VALOR_DE_NEXT_CURSOR'

No construyas ni interpretes el cursor. Su formato puede cambiar sin modificar el contrato del endpoint.