A2 Resources home pagelight logodark logo
  • Community
  • Blog
  • Data Management APIs
    • Allocation
    • Activity Log
    • Audience
    • Audience Attribute
    • Audience Segment
    • Auth and User
    • Campaign
    • Catalog
    • Creative
    • Analytic
    • Billing
    • System
      • GET
        Health check
      • GET
        Get audit logs
      • GET
        Get current logo
      • GET
        Get notifications
      • POST
        Create a notification
      • GET
        Mark a notification as read
      • DEL
        Delete a notification
      • GET
        Get Settings
      • PATCH
        Update settings
      • POST
        Regenerate access token
      • POST
        Upload site logo
      • POST
        Update TLS configuration
    • License
    • Media Library
    • Placement Catalog
    • Placement
    Decision APIs
    • Cache Management
    • Configuration
    • Ad Serving
    • Ad Log
    • Activity Log
    • Support
    • Homepage
    A2 Resources home pagelight logodark logo
    • Support
    • Homepage
    • Homepage
    Guide
    Development
    API References
    Guide
    Development
    API References
    System

    Health check

    GET
    /
    health
    curl --request GET \
      --url https://your_a2_service/health
    "<any>"

    Response

    200 - application/json

    OK

    The response is of type any.

    Was this page helpful?

    Previous
    Get audit logsRetrieve system audit logs with optional filtering. This endpoint returns a list of system audit logs that track various system events and user actions. The logs can be filtered by: - Event types - User ID - User email - Date range (start date and end date) Each log entry contains details about the event type, affected resource, user information, timestamp, and any changes made (old and new values).
    Next
    linkedin
    Powered by Mintlify
    curl --request GET \
      --url https://your_a2_service/health
    "<any>"
    Assistant
    Responses are generated using AI and may contain mistakes.