GET
/
projects
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>"
    }
  ]
}

Headers

api_key
string
required

Query Parameters

page
number
limit
number

Response

200
application/json
Success response
pagination
object
required
projects
object[]
required