GET
/
project_defined_events
curl --request GET \
  --url https://api.pocketflows.com/project_defined_events \
  --header 'Authorization: Basic <encoded-value>'
{
  "project_defined_events": [
    {
      "id": "<string>",
      "event": "<string>",
      "display_text": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Response

200 - application/json

A list of ProjectDefinedEvent objects

The response is of type object.