When you sign up at signup.ledger.bond.tech, you'll get an Identity and Authorization Key that will both need to be added as Headers to requests to authenticate each request you make.
Key | Header | Example |
---|---|---|
Identity | Identity | fg6760e3-5af8-432a-9072-bbd4072d23e9 |
Authorization | Authorization | MLF0su9R5m9cpaOSRk/vY8/VqCVGWy/AV/qdZMPG/6s58beK6WKyZ8D4W6jemiUY |
An example of the headers you would need for an authenticated request is below.
curl
--header 'Accept: application/json' \
--header 'Identity: YOUR-IDENTITY' \
--header 'Authorization: YOUR-AUTHORIZATION'