Authentication
You need to create a authentication first, as default there will not be created a authentication user, you need to do this in your mongo directly database.
{
"identifier": "test",
"environment": "development",
"secret_key": "B6C54711BCEBA965242223A65835C94416749D1431D698DEDF872CBC9688377E",
"available": true
}When you have this user created you need to defined headers into your request to sending authentication data with the request.
Header
Description
X-IDENTIFIER
Client identifier
X-ENVIRONMENT
Environment for client
X-SECRET-KEY
Client identifier secret key
Last updated
Was this helpful?