cURL
curl --request GET \ --url https://supply-api.compute-index.com/available_vendors \ --header 'Authorization: Bearer <token>'
{ "vendors": [ "<string>" ], "description": {} }
Get list of available vendors.
Returns only vendors that support procurement.
massedcompute
hyperstack
scaleway
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response
Response for available vendors.
Description of each vendor
Show child attributes