Authentication
You'll need to authenticate your requests to access any of the endpoints in the Underdog API. In this guide, we'll look at how authentication works.
OAuth2 with bearer token
Example request with bearer token
curl https://api.underdogprotocol.com/v1/collections \
-H "Authorization: Bearer {token}"Network Access
Last updated