Authentication

To access any of the endpoints in the Let's Do This Marketplace API, you must authenticate your requests using a JWT bearer token (API key). This token will be provided to you directly by a Let's Do This team member.

How to Use Your API Key

Include your API key as a bearer token in the Authorization header of every HTTP request you make to the Marketplace API. Here's how you can do this using cURL:

curl https://api.letsdothis.com/marketplace/v1/events/search \
  -H "Authorization: Bearer {your_api_key}"

Replace {your_api_key} with the JWT token you received from the Let's Do This team.

Important: Keep your API key secure and do not share it publicly or commit it to version control. If you believe your API key has been compromised, contact your Let's Do This representative immediately to have it rotated.

Need Help?

If you have not received your API key or need assistance, please reach out to your Let's Do This team contact.

Was this page helpful?