Retrieve a Project

Retrieve a Project

get

This endpoint allows you to retrieve a Project by providing the Project type (n or t) and Project ID.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
transferablestringRequired

Value must be either 't' for transferable or 'n' for non-transferable

projectIdintegerRequired
Query parameters
pagenumber | nullableOptional
limitnumber | nullableOptional
sortBystringOptional
orderBystring · enumOptionalPossible values:
Responses
200

Returns a Project with a paginated list of NFTs

application/json
get
/v2/projects/:transferable/:projectId

Example

curl --location --request GET 'https://dev.underdogprotocol.com/v2/projects/n/4' \
--header 'Authorization: Bearer {token}'

Last updated