get https://{api_url}/api/v5/admin//event_chains//events/new
Retrieves the schema for creating a new event.
Use the Create Event API to create the event.
Log in to see full request history
Response
200Event Schema
Retrieves the schema for creating a new event.
Use the Create Event API to create the event.
200Event Schema
xxxxxxxxxx
curl --request GET \
--url https://example.jrni.com/api/v5/admin/company_id/event_chains/event_chain_id/events/new \
--header 'accept: application/json'
Try It!
to start a request and see the response here!