Scalia API
Scalia offers an API to interact with our product offerings.
Obtaining an API Key
You can create an API key at the bottom of your profile page after logging in to the Scalia Portal. You can find the profile page at the top right by clicking on your name.
Making your first request
Below is an example of how to list all S3 buckets associated with your account using the API.
bash
curl -X GET "https://portal.scalia.nl/api/v1/s3/buckets" -H "Authorization: Bearer <YOUR_API_KEY>"For other requests you can consult the API Documentation at https://portal.scalia.nl/api/doc.