Authorization
Collective2 uses API keys to allow access to the API. You can register a new Collective2 API key by logging on to Collective2, then go to your profile and select the API Key tab.
Collective2 expects for the API key to be included in all API requests to the server in a header that looks like the code below.
Remember to replace myAPIkey
with your personal API key.
Authorization: Bearer myAPIkey
See the Quickstart Guide for more details.