List all Projects

List all Projects

get

This endpoint allows you to retrieve a paginated list of all your Projects. By default, a maximum of ten Projects are shown per page.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
pagenumber | nullableOptional
limitnumber | nullableOptional
Responses
200

Returns a paginated list of Projects

application/json
get
/v2/projects

Example

curl --location --request GET 'https://dev.underdogprotocol.com/v2/projects?limit=2' \
--header 'Authorization: Bearer {token}'

Last updated