Endpoints
List all endpoints
This endpoint fetches an endpoints
GET
/
v1
/
projects
/
{projectID}
/
endpoints
Authorizations
Authorization
string
headerrequiredPath Parameters
projectID
string
requiredProject ID
Query Parameters
direction
enum<string>
Available options:
next
, prev
next_page_cursor
string
A pagination cursor to fetch the next page of a list
ownerId
string
The owner ID of the endpoint
perPage
integer
The number of items to return per page
prev_page_cursor
string
A pagination cursor to fetch the previous page of a list
q
string
The name of the endpoint
sort
string
Sort order, values are ASC
or DESC
, defaults to DESC
Response
200 - application/json
message
string
status
boolean
data
object
Was this page helpful?