Authentication Method
OPLOG.ONE verifies API requests using OAuth 2.0 tokens in the request headers. This secure authentication method ensures that only authorized applications can access your data.Getting Your API Credentials
To authenticate with the OPLOG.ONE API, you need two essential credentials:Obtain Credentials
After setup completion, you will receive:
- X-Tenant-Id: Your unique tenant identifier
- StaticToken: Your authorization token
Required Headers
Include these headers in every API request:Account Setup
If you don’t have an OPLOG.ONE account yet, contact our support team at [email protected] to create a staging account for testing and development.All API endpoints require proper authentication. Requests without valid credentials will return a 401 Unauthorized error.
