The CreativeX Authentication Logging API lets you access login activity for your organization—both successful and failed attempts. This data can be pulled into your existing security tools for monitoring or auditing purposes. We store these logs for 90 days.
To use the API, your organization admin will need to request an access token from the CreativeX team. Once you’ve got your token, check out our Authentication guide for how to include it in your requests.
Getting Login Data
You can retrieve login data by calling the /log/data endpoint. This endpoint accepts optional filters (e.g., time range, user email), and returns a structured payload with all matching login records. For more details on what parameters you can pass and how the response is structured check the /log/data reference.