Customized Authentication
We offer secure authentication to Manufactory - by prior agreement with each customer. Please chat with us to find out more.
We also don’t publish how we authenticate right now in public, as a security precaution.
Related articles
Collecting Events via Websocket > Authentication for the web socket collector
Authentication is required to send data to Manufactory via a web socket, which can be done using the POST /auth endpoint with the project key, org ID, project ID, and actor profile details in the request header and body.
Collecting events via our CLI agent > Authentication for the agent collector
The config file for Manufactory requires the org ID, project ID, and project key to authenticate and send data.
Projects > Get a project
The API endpoint retrieves a specific Manufactory project using the provided org ID and project ID, requiring authentication.
Projects > Get all projects
All Manufactory projects can be retrieved using the GET /projects/{org_id} endpoint with authentication and the required org_id parameter.