Authentication
Navigate to your workspace settings on Secoda. Click on the “API” to get a list of your API Keys.
Step 1: Create an API Key
Navigate to your workspace settings on Secoda. Click on the “API” to get a list of your API Keys.
Click on “Generate New API Key” button and then write down the generated key. Please keep this key somewhere safe and do not share with others. This key will have the same access to your Secoda workspace as the user who created it.
Step 2: Authenticate Your Requests
To make an authenticated request to your Secoda workspace. Please include an Authorization
header with your HTTP request with the following format Bearer <Your API Key>
Request Examples
See below for example requests to the Secoda API. You must replace {{base_URL}}
with the base URL for your workspace, and the Bearer with the API key generated using the instructions above.
Curl Example
Javascript Example
Last updated