cURL
curl --request GET \ --url https://app.concretehq.com/api/v1/funds \ --header 'Authorization: Bearer <token>'
{ "items": [ { "publicId": "abc123def456", "name": "Growth Fund I" } ], "nextPageToken": "next_page_token_here" }
List all funds with pagination support
API key authentication using Bearer token format
Token for pagination to get next page
Number of results per page (default: 100, max: 100)
1 <= x <= 100
List of funds
The response is of type object.
object