πAPI
Quick Overview
https://api.bodt.io/v1Authentication
How to Authenticate
Authorization: Bearer <YOUR_ACCESS_TOKEN>Example Request
curl -X GET "https://api.bodt.io/v1/your-endpoint" \
-H "Authorization: Bearer <YOUR_ACCESS_TOKEN>" \
-H "Content-Type: application/json"Obtain API Credentials

Error Handling
Last updated