Report - Token LogReport – Token Log

The Report – Token Log page provides a detailed record of token-related transactions within the system. It tracks webhook events, user activities, and token consumption for various operations. Each log entry includes key details such as the event type, user, associated records, token balance updates, and system-generated responses.

The log contains entries recorded in the last 365 days. A maximum of 48 results is displayed, with each entry containing essential transaction details, including the status code, endpoint, timestamp, and event data. Clicking on an entry reveals a more detailed breakdown, including the full webhook payload and the server response.

Toolbar

  • Reset Filters – Reset all filters to the default view.
  • Help Center – Open this help page.

Token Log Entries (Example Data)

CODE END POINT DATE / TIME
200 OK POST https://www.yourwebsite.com/webhook/
producer.record.updated
2025-01-26 08:19

Click on an entry to view more details.

Detailed Token Log Entry

Field Value
Status 200 OK
ID 4aa5hd50-d9e1-46fd-9d13-fc89f31ecdc5
User SMITH, John
Record ALFONZO, Isabella Guzzo
Time Sunday, January 26, 2025 at 08:19
IP Address 162.155.155.1
Event producer.record.updated
Token Price 2
Remaining Tokens 55,724

Payload

{
    "id": "4aa60d50-d9e1-466d-9d13-8c89f3becdc5",
    "object": "event",
    "data": {
        "project_key": "5da62685-3636-1t1d-b908-a7vaa3b9gb3c",
        "record": {
            "idc_key": "2be9ac75-9d76-4eb2-b76d-83tg7ae807s1",
            "idc_id_number": "661",
            "idc_active": "1",
            "idc_trash": "0",
            "idc_print_queue": "0",
            "idc_colorcode": "4",
            "idc_firstname": "Isabella Guzzo",
            "idc_lastname": "Alfonzo",
            "idc_organization": "ACME",
            "idc_title1": "Production Director",
            "idc_notes": null,
            "idc_expirationdate": "2022-11-17",
            "idc_course": "Eight",
            "idc_ship_to": "Montreal",
            "idc_vcard": null,
            "idc_insdate": "2020-04-21 11:14:00",
            "idc_moddate": "2025-01-26 13:19:52",
            "idc_picturedate": "2024-12-17 09:10:31",
            "idc_printdate": "2025-01-05 11:52:23"
        }
    },
    "webhook": {
        "event": "producer.record.updated",
        "token_price": 2,
        "remaining_tokens": 55724,
        "software": "IDpack Cloud",
        "output_format": "json",
        "version": "3.2.40",
        "request_date": "2025-01-26 13:19:52"
    }
}

Server Response

{
    "status": "success",
    "id": "83c1519a-2f6e-4742-a111-991cf7dbbe68",
    "event": "producer.record.updated",
    "idc_key": "3be9ac75-9876-4eb0-b86d-83647ae807e0"
}

Server Message

Completed.