GET
/api/v1/projects/<PROJECT_ID>/actions/<ACTION_ID>

Retrieves a single action by its ID.


Authentication

Request

  • Method: GET
  • URL: https://api.markerkit.com/v1/projects/<PROJECT_ID>/actions/<ACTION_ID>

Parameters

None

Response

  • 200 OK: An Action object.
  • 401 Unauthorized: API key is missing or invalid.
  • 404 Not Found: Project or action not found, or not accessible by the user.

Example Request

Example Response