List All FundingAgencies
GET /v1/fundingAgencies
curl \
-X GET https://api.azav-pilot.de/v1/fundingAgencies
Response examples (200)
{
"data": [
{
"id": "<uuid v4>",
"name": "AZAV",
"slug": "azav"
},
{
"id": "<uuid v4>",
"name": "AZAV",
"slug": "azav"
}
]
}