Authentication guide

API key authorization is a must to make authentication calls from Cerebria API. Cerebria Tech uses a simple header to authorize the API key.

Authorization

headers: { 'Authorization': 'API KEY', 'Content-Type': 'application/json' }

Last updated