Test your setup
Option A: Using cURL (Recommended for Beginners)
curl -X POST "https://api.simpler.grants.gov/v1/opportunities/search" \
-H "X-API-Key: YOUR_API_KEY_HERE" \
-H "Content-Type: application/json" \
-d '{
"pagination": {
"page_offset": 1,
"page_size": 5,
"sort_order": [
{
"order_by": "opportunity_id",
"sort_direction": "descending"
}
]
}
}'Option B: Using Postman
What Should Happen
Last updated
Was this helpful?