All requests to the API are authenticated using your private API key.

Use the Authorization header in the following format:

HeaderValue
AuthorizationBearer API_KEY

Example:

Get your organization profile:

curl -H "Authorization: Bearer API_KEY" https://api.toriihq.com/v1.0/orgs/my

Generate an API key from the API Access page.