Company API Authentication

Company API credentials are scoped to one organization and should use the minimum permissions required.

Headers

Authorization: Bearer YOUR_API_KEY
Accept: application/json
Content-Type: application/json

Scopes

ScopeDescription
users:readRead users.
users:writeCreate and update users.
users:deleteDelete users.
training:readRead training data.
phishing:readRead phishing data.
reports:readRead aggregate reports.

Security

Keep company credentials on trusted servers only. Do not place keys in browser or mobile client code.