PASAR API
Swiss/EU-sovereign IaaS; full OpenAPI spec with API-key + signature auth, priced pay-as-you-go.
View docs ↗ More Backend & devtools APIs# Exoscale ~ Swiss cloud infrastructure API needs an API key ~ get yours at: # https://openapi-v2.exoscale.com/ curl 'https://api-ch-gva-2.exoscale.com/v2' \ -H 'Authorization: Bearer YOUR_TOKEN'
I'm integrating a Switzerland API into my app. API: Exoscale ~ Swiss cloud infrastructure API Provider: Exoscale (Akenes SA) Auth: requires an API key (sign up: https://openapi-v2.exoscale.com/) Pricing: paid Base URL: https://api-ch-gva-2.exoscale.com/v2 Important note: Swiss/EU-sovereign IaaS; full OpenAPI spec with API-key + signature auth, priced pay-as-you-go. Source: Exoscale (Akenes SA) (https://openapi-v2.exoscale.com/) Source type: Provider API or developer docs Endpoint type: Provider API base URL Integration difficulty: Needs API key Last checked: 2026-07-05 Production caveat: Keep credentials server-side and confirm current limits, pricing, and webhook/error behaviour in the provider docs. Help me set up the correct onboarding/authentication path and make the first valid request ~ explain exactly where credentials go and what must happen before production.