cURL
curl --request GET \ --url http://localhost:4000/projects \ --header 'api_key: <api_key>'
{ "pagination": { "limit": 123, "page": 123, "total": 123, "totalPages": 123 }, "projects": [ { "asset_id": "<string>", "created_at": "<string>", "exchangeRate": 123, "id": 123, "metadata": {}, "name": "<string>", "owner": "<string>", "supportExchangeRate": true, "type": "loyalty", "updated_at": "<string>" } ] }
Documentation IndexFetch the complete documentation index at: https://harbor.mintlify.app/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://harbor.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Success response
Show child attributes