API key authorization is a must to make authentication calls from Cerebria API. Cerebria Tech uses a simple header to authorize the API key.
headers: { 'Authorization': 'API KEY', 'Content-Type': 'application/json' }
Last updated 1 year ago