Events

Get event

Previously returned a single event by its goal code. This endpoint is no longer available.

Permissions: Requires read access to the site (all-sites-readonly, read:{site_id} or manage:{site_id}).

get/sites/{site_id}/events/{event_id}

Path parameters

site_idstring required
Example:CDBUGS

The ID of the site. This is the same string you use in your tracking code. Example: CDBUGS

event_idstring required
Example:ABCDEFGH

The id (tracking code) of the event, as returned when the event was created. Example: ABCDEFGH

Changes

Changed in 1 of the 2 revisions of this API.14

  • 93547ee4939814See the full diff
    • removed the success response with the status 200

      response-success-status-removed

    • endpoint deprecated

      endpoint-deprecated

    • added the non-success response with the status 410

      response-non-success-status-added

    • removed the non-success response with the status 400

      response-non-success-status-removed

    • removed the non-success response with the status 401

      response-non-success-status-removed