REST API
The Soda Cloud API enables you to trigger actions and query data in your Soda Cloud account.
Cloud EU:
Cloud US:
Connect to the Soda Cloud API
The following example demonstrates how to connect to the Soda Cloud API using Python.
Requirements
A Soda Cloud account
Python 3+
Recommended: A
.envfile containingAPI_KEY_IDandAPI_KEY_SECRETExample of.env:
## Replace the following with your credentials
API_KEY_ID=333c3c33-3c33-3c3c-cccc-3c3c3333c333
API_KEY_SECRET=CcC3cCC3C_CCCc33cCC3cCcCC333c_C3Cc3C333CC33cCCC--33cCcCLearn how to Generate API keys.
Example connection
You can use this example as a starting point for integrating Soda into your workflows, ensuring that you replace placeholders with your own credentials and project-specific details. In one .py file, you can:
Create a working session
Send a POST request
Send a GET request
Last updated
Was this helpful?
