Authentication
Authenticate with the Admin API by providing your API key ID and API key secret in the Authorization header of your requests.
Example:
Authorization: Bearer apiKeyId:apiKeySecret
get
Lists all logs from a project using the Authorization header
Required attributes
projectId | string | Your projectId |
Optional attributes
None |
Request
get
/api/projects/:projectId/logs
Response
Last modified 7/6/2024, 5:26:12 PM