Overview
The Single Origin API is broken up by resource type. For example: when you have the query ID and want to find similar rollupable queries, it will be inside "Query API".
Accessing the API
Single Origin's APIs require authentication with a personal access token, which can be created in Mission Control: https://{tenant}.singleorigin.tech/mission-control?tab=personal_access_tokens. Your access token will be tied to your personal connector, so when using the API you will have the same privileges as in the Single Origin app. Tokens are personal to the user; no other user can see your token unless you share it with them.
To authenticate using your personal access token:
- set Auth Type as Basic Auth
- use the ID as your
username
- use the Secret your
password