Endpoints
List all endpoints
This endpoint fetches an endpoints
get/v1/projects/{projectID}/endpoints
Path parameters
projectIDstring required
Project ID
Query parameters
direction'next' | 'prev'
next_page_cursorstring
A pagination cursor to fetch the next page of a list
ownerIdstring
The owner ID of the endpoint
perPageinteger
The number of items to return per page
prev_page_cursorstring
A pagination cursor to fetch the previous page of a list
qstring
The name of the endpoint
sortstring
Sort order, values are ASC or DESC, defaults to DESC
Response
OK