Forager public API endpoints documentation
Forager public API endpoints documentation
curl -i -X GET \
https://api-v2.forager.ai/api/users/current/ \
-H 'X-API-KEY: YOUR_API_KEY_HERE'
Required. 150 characters or fewer. Letters, digits and @/./+/-/_ only.
{ "id": 0, "username": "string", "email": "user@example.com", "first_name": "string", "last_name": "string", "accounts": [ { … } ] }