Pagination
All API endpoints that return multiple items support pagination. By default, 50 items are returned per page. You can specify the number of items to return per page by passing the per_pageparameter. Use the page parameter to navigate between pages.
Sample Request
GET
/v1/projectscurl -G https://app.depfloy.com/api/v1/projects?page=2&per_page=15 \
-H "Authorization: Bearer {API_KEY}" \
-d limit=10