All requests to the API are authenticated using your private API key.
Use the Authorization header in the following format:
| Header | Value |
|---|---|
| Authorization | Bearer API_KEY |
Example:
Get your organization profile:
curl -H "Authorization: Bearer API_KEY" https://api.toriihq.com/v1.0/orgs/myGenerate an API key from the API Access page.