Copy
curl -X 'GET' \
'https://pricing.baselinehq.cloud/marketplace/providers' \
-H 'accept: application/json' \
-H 'Authorization: Bearer <your-api-key>'
Copy
{
"providers": [
{
"provider": "gophercorp",
"service": "ec2"
}
],
"count": 1
}