Donorbound

Authentication

How to authenticate your requests to Donorbound's API

You'll need to authenticate your requests to access some of the endpoints in the Donorbound API. In this guide, we'll look at how authentication works.

Bearer Token

When requesting resources, you will need your root key — you will find it in the Dashboard. Here's how to add the root key to the request header using cURL:

curl https://api.donorbound.dev/v1/... \
  -H "Authorization: Bearer donorbound_xxx"

Always keep your root key safe and reset it if you suspect it has been compromised.

On this page