List all Collections

List all Collections

get

This endpoint allows you to retrieve a paginated list of all your Collections. By default, a maximum of ten Collections 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 Collections

application/json
get
/v1/collections

Example

curl "https://api.underdogprotocol.com/v1/collections?limit=1&page=1" \
        -H "Authorization: Bearer {token}"

Last updated